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