diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index e7b78bfa1a4..6f9ccf9014d 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/07/18 23:14:27 tv Exp $ +# $NetBSD: Makefile,v 1.13 1998/07/19 20:57:47 tv Exp $ DISTNAME= gtk+-1.0.4 CATEGORIES= x11 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ \ MAINTAINER= bsieker@techfak.uni-bielefeld.de -BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool +BUILD_DEPENDS= ${LOCALBASE}/bin/libtool:../../devel/libtool CONFLICTS= gtk+-1.0.0 |