diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-07 19:59:26 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-07 19:59:26 +0000 |
commit | 89b7d2a4465628b128b8f5f7fde5f2a3e2b2a8df (patch) | |
tree | dab293772a4c12d5e7f6c0f30c1e8ae09e1cfe4d /textproc/gdict/Makefile | |
parent | 65b63032bfb3a3f1c8ac4ee660ac83927b43c92a (diff) |
Notes
Diffstat (limited to 'textproc/gdict/Makefile')
-rw-r--r-- | textproc/gdict/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/gdict/Makefile b/textproc/gdict/Makefile index aeb75f95ea39..0817edefe597 100644 --- a/textproc/gdict/Makefile +++ b/textproc/gdict/Makefile @@ -14,6 +14,10 @@ MAINTAINER= domi@saargate.de LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}" + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdict ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/dict ${PREFIX}/bin/cdict |