diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-12-31 07:11:36 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-12-31 07:11:36 +0800 |
commit | 0f0cc117baba811e5610f8d1ad63cac5319e5871 (patch) | |
tree | ae30922a519ecb96ff8bd26fcb933cc1eaa8d660 /x11-toolkits | |
parent | aeec312d7ed009328ca224eeb61fd543ed4e7cb7 (diff) | |
download | freebsd-ports-gnome-0f0cc117baba811e5610f8d1ad63cac5319e5871.tar.gz freebsd-ports-gnome-0f0cc117baba811e5610f8d1ad63cac5319e5871.tar.zst freebsd-ports-gnome-0f0cc117baba811e5610f8d1ad63cac5319e5871.zip |
Add RUN_DEPEND again.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/gtk13/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 6 |
4 files changed, 16 insertions, 8 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 4d7ddd8875e7..dc58071cbf88 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/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: diff --git a/x11-toolkits/gtk13/Makefile b/x11-toolkits/gtk13/Makefile index 4d7ddd8875e7..dc58071cbf88 100644 --- a/x11-toolkits/gtk13/Makefile +++ b/x11-toolkits/gtk13/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: 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: diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 4d7ddd8875e7..dc58071cbf88 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/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: |