diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-27 10:32:31 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-27 10:32:31 +0800 |
commit | 2c20dc5774011f86383cd93426ffea5d17926079 (patch) | |
tree | f94a3e0c32fee2999f965af29aac4fd2edfc2140 /textproc | |
parent | 2e8b0854d3f99f1ad3d3ffaf1cb18a8101378649 (diff) | |
download | freebsd-ports-gnome-2c20dc5774011f86383cd93426ffea5d17926079.tar.gz freebsd-ports-gnome-2c20dc5774011f86383cd93426ffea5d17926079.tar.zst freebsd-ports-gnome-2c20dc5774011f86383cd93426ffea5d17926079.zip |
USE_GNOMELIBS -> USE_GNOME
Reported by ade@
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gaspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gaspell/Makefile b/textproc/gaspell/Makefile index d07cd8283af3..3b84bc6f2b0b 100644 --- a/textproc/gaspell/Makefile +++ b/textproc/gaspell/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= aspell.9:${PORTSDIR}/textproc/aspell USE_X_PREFIX= yes USE_NEWGCC= yes -USE_GNOMELIBS= yes +USE_GNOME= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gaspell ${PREFIX}/bin |