diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-27 02:32:31 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-27 02:32:31 +0000 |
commit | 93e05d72ce77942f85cc6ac24b9a1dbc7fbec445 (patch) | |
tree | da81fa39f8b913098e4d5298934748e011e6ba9d | |
parent | Update to smbfs 1.3.6. (diff) |
USE_GNOMELIBS -> USE_GNOME
Reported by ade@
Notes
Notes:
svn path=/head/; revision=38825
-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 |