diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 21:46:46 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 21:46:46 +0800 |
commit | 84bd01cb88bc96a6856a9de283ba86c352a26c71 (patch) | |
tree | f0eb0df7c554bc2c8ecdc8ab553369ea6f4dee05 /ftp/axyftp | |
parent | 528cecc4e059f2e8052ba15c64b45e8ce7d87054 (diff) | |
download | freebsd-ports-gnome-84bd01cb88bc96a6856a9de283ba86c352a26c71.tar.gz freebsd-ports-gnome-84bd01cb88bc96a6856a9de283ba86c352a26c71.tar.zst freebsd-ports-gnome-84bd01cb88bc96a6856a9de283ba86c352a26c71.zip |
Deploy USE_GNOMENG infrastructure
PR: 42200
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'ftp/axyftp')
-rw-r--r-- | ftp/axyftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/axyftp/Makefile b/ftp/axyftp/Makefile index 5ee67842a44e..fe441a74b7ff 100644 --- a/ftp/axyftp/Makefile +++ b/ftp/axyftp/Makefile @@ -16,7 +16,8 @@ MAINTAINER= kris@FreeBSD.org USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes MAN1= axyftp.1 |