diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:46:46 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:46:46 +0000 |
commit | 7906924b7e8c8636f73b8cf2c64f3a83ca7be721 (patch) | |
tree | ae8bdb33480eea4f1643428e87ed078aa8b39648 /ftp/IglooFTP | |
parent | 34ab4f9ae7b2f236f6efa54a10223e174df5d904 (diff) | |
download | ports-7906924b7e8c8636f73b8cf2c64f3a83ca7be721.tar.gz ports-7906924b7e8c8636f73b8cf2c64f3a83ca7be721.zip |
Deploy USE_GNOMENG infrastructure
PR: 42200
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65307
Diffstat (limited to 'ftp/IglooFTP')
-rw-r--r-- | ftp/IglooFTP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/IglooFTP/Makefile b/ftp/IglooFTP/Makefile index 762fc976bfd1..11eb56fda463 100644 --- a/ftp/IglooFTP/Makefile +++ b/ftp/IglooFTP/Makefile @@ -18,7 +18,8 @@ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 post-extract: @${RM} ${WRKSRC}/../share/docs/LICENSE~ |