diff options
author | nectar <nectar@FreeBSD.org> | 1999-01-22 21:47:37 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-01-22 21:47:37 +0000 |
commit | 3c3407fc9eda24b36a64ea75271d95c942dd2bd2 (patch) | |
tree | d3784de8b9b35c5ff42c816d67e47ba3f2a08104 | |
parent | 404156671681d685e5aa9485716f8b990a6686ac (diff) | |
download | FreeBSD-ports-3c3407fc9eda24b36a64ea75271d95c942dd2bd2.zip FreeBSD-ports-3c3407fc9eda24b36a64ea75271d95c942dd2bd2.tar.gz |
Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.
-rw-r--r-- | graphics/gtkdps/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index 190dfd9..fc0f4796 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -3,7 +3,7 @@ # Date created: 21 April 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.7 1999/01/05 01:04:37 steve Exp $ +# $Id: Makefile,v 1.8 1999/01/12 16:50:44 vanilla Exp $ # DISTNAME= gtkDPS-0.2.16 @@ -13,11 +13,12 @@ MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gyve/fullkit/gyve MAINTAINER= nacai@iname.com -LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk +LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \ --with-dps-libraries=${X11BASE}/lib +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk10-config" GNU_CONFIGURE= yes USE_X_PREFIX= yes |