diff options
author | steve <steve@FreeBSD.org> | 1999-05-29 11:56:15 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-29 11:56:15 +0800 |
commit | ff2c6bac0ded6793103b12ed47ec261ee75b026f (patch) | |
tree | 5d44c4203ffb617246e3922b0cbae09608e0e203 /ftp/gftp | |
parent | 09dcfd52af329c174b5aedbac6986cf817fe17d5 (diff) | |
download | freebsd-ports-gnome-ff2c6bac0ded6793103b12ed47ec261ee75b026f.tar.gz freebsd-ports-gnome-ff2c6bac0ded6793103b12ed47ec261ee75b026f.tar.zst freebsd-ports-gnome-ff2c6bac0ded6793103b12ed47ec261ee75b026f.zip |
Update to use gtk version 1.2.3.
PR: 11842
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'ftp/gftp')
-rw-r--r-- | ftp/gftp/Makefile | 4 | ||||
-rw-r--r-- | ftp/gftp/files/patch-ab | 2 |
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 \ |