diff options
author | tv <tv@pkgsrc.org> | 1998-07-19 20:57:47 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-19 20:57:47 +0000 |
commit | 30a330bf5a5343f3379f932684385e601cb009bb (patch) | |
tree | 5de211d92a9abe1d401cd3da1527311910400cf8 /x11 | |
parent | ebdad8f3b7d38a08ec9f8c5557c8319b59a31766 (diff) | |
download | pkgsrc-30a330bf5a5343f3379f932684385e601cb009bb.tar.gz |
For X11 pkgs, libtool must be searched for in ${LOCALBASE}. Noticed by
Jochen Pohl in PR #5799.
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 |