diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-30 23:11:36 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-30 23:11:36 +0000 |
commit | 5fedc6136f554a1c94ac94123c4024bf38de1cb8 (patch) | |
tree | 62d03e0ad1d650a9ac08ca82df3b0a436eb9ed48 /x11-toolkits/gtk20 | |
parent | 7acceef513d6703dde7abb24fc93ea8a0bb251ac (diff) | |
download | ports-5fedc6136f554a1c94ac94123c4024bf38de1cb8.tar.gz ports-5fedc6136f554a1c94ac94123c4024bf38de1cb8.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 4d7ddd8875e7..dc58071cbf88 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,7 +3,7 @@ # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.36 1998/12/26 19:17:43 vanilla Exp $ +# $Id: Makefile,v 1.37 1998/12/28 13:57:36 vanilla Exp $ # DISTNAME= gtk+-1.1.9 @@ -16,6 +16,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \ MAINTAINER= vanilla@FreeBSD.ORG BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext +RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext LIB_DEPENDS= glib11d.1:${PORTSDIR}/devel/glib11-devel USE_X_PREFIX= yes @@ -27,7 +28,8 @@ USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL='$${INSTALL} -c' \ GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \ - CPPFLAGS="-I${LOCALBASE}/include" + CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk11d post-install: |