diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-03 01:26:28 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-03 01:26:28 +0000 |
commit | bbbbae8b914fbb665c2f9f4e8504c497abe8ebee (patch) | |
tree | 6eefe0fc2d7a3f76d8eb833569384e0857e07a9a /textproc/gdict | |
parent | 45e89a5ff1e0a6a23b10c1e71f700976919dccc6 (diff) | |
download | FreeBSD-ports-bbbbae8b914fbb665c2f9f4e8504c497abe8ebee.zip FreeBSD-ports-bbbbae8b914fbb665c2f9f4e8504c497abe8ebee.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42350
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'textproc/gdict')
-rw-r--r-- | textproc/gdict/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/gdict/Makefile b/textproc/gdict/Makefile index d4ce700..7e9aed3 100644 --- a/textproc/gdict/Makefile +++ b/textproc/gdict/Makefile @@ -12,7 +12,8 @@ MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/ MAINTAINER= domi@saargate.de -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdict ${PREFIX}/bin |