diff options
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 |