summaryrefslogtreecommitdiff
path: root/ftp/gftp
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-29 03:56:15 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-29 03:56:15 +0000
commit92103d6d5cd276d1373540bf8b9d97a23929f822 (patch)
tree2313fd648f4f8aae5fe387795ed60d255d84b5d9 /ftp/gftp
parentUpdate to version 0.85 and use gtk version 1.2.3. (diff)
Update to use gtk version 1.2.3.
PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=19055
Diffstat (limited to 'ftp/gftp')
-rw-r--r--ftp/gftp/Makefile4
-rw-r--r--ftp/gftp/files/patch-ab2
2 files changed, 3 insertions, 3 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile
index 5f4bf92a4fda..a680b2e27607 100644
--- a/ftp/gftp/Makefile
+++ b/ftp/gftp/Makefile
@@ -3,7 +3,7 @@
# Date Created: 21 Feb 1999
# Whom: Damjan Marion <dmarion@open.hr>
#
-# $Id: Makefile,v 1.2 1999/04/27 00:37:35 taoka Exp $
+# $Id: Makefile,v 1.3 1999/05/17 19:52:00 mharo Exp $
#
DISTNAME= gftp-2.0.1
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.newwave.net/~masneyb/
MAINTAINER= dmarion@open.hr
-LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
USE_AUTOCONF= yes
USE_X_PREFIX= yes
diff --git a/ftp/gftp/files/patch-ab b/ftp/gftp/files/patch-ab
index 1c2c674228e9..3cfad0c8f18d 100644
--- a/ftp/gftp/files/patch-ab
+++ b/ftp/gftp/files/patch-ab
@@ -5,7 +5,7 @@
INSTALL=@INSTALL@
MACHINE=`uname -m`-`uname -p`-`uname -s`
-CFLAGS=@CFLAGS@ -Wall -D_REENTRANT -DSHARE_DIR=\"$(SHARE_DIR)\"
-+CFLAGS=@CFLAGS@ -pthread -DSHARE_DIR=\"$(SHARE_DIR)\"
++CFLAGS=@CFLAGS@ -DSHARE_DIR=\"$(SHARE_DIR)\"
LIBS=@LIBS@
EXE=gftp
OBJS=bookmarks.o cache.o chmod_dialog.o config_file.o \