summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron>1998-02-05 14:20:53 +0000
committertron <tron>1998-02-05 14:20:53 +0000
commitdaf39108851446fdb93564fade15f1094799b9e9 (patch)
tree4c33b40092635b7ceeed48220764f4598e2fbff3 /graphics
parentfd9d9abf3586deef566ea5554c837b200a18465e (diff)
downloadpkgsrc-daf39108851446fdb93564fade15f1094799b9e9.tar.gz
"gimp" should be installed in "/usr/X11R6", pointed out by Mario Kemper.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 75533b4c49e..4f8937dee69 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 January 1998
# Whom: Bernd Sieker <bsieker@techfak.uni-bielefeld.de>
#
-# $NetBSD: Makefile,v 1.2 1998/02/05 10:23:54 tron Exp $
+# $NetBSD: Makefile,v 1.3 1998/02/05 14:20:53 tron Exp $
DISTNAME= gimp-0.99.18
CATEGORIES= graphics
@@ -23,9 +23,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
DISTFILES+= ${GIMP_DATA_EXT}${EXTRACT_SUFX}
.endif
-RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
-
-BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
+BUILD_DEPENDS= install-info:${PORTSDIR}/devel/gtexinfo
LIB_DEPENDS= jpeg.7.:${PORTSDIR}/graphics/jpeg \
mpeg.1.2:${PORTSDIR}/graphics/mpeg-lib \
@@ -35,10 +33,11 @@ LIB_DEPENDS= jpeg.7.:${PORTSDIR}/graphics/jpeg \
tk80.1.0:${PORTSDIR}/x11/tk80 \
gtk.1.0:${PORTSDIR}/x11/gtk \
+USE_X11= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LDFLAGS="-L${PREFIX}/lib -L${X11BASE}/lib"
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-CFLAGS= -pipe -O2 -I${PREFIX}/include -I${X11BASE}/include
+CFLAGS= -pipe -O2 -I${LOCALBASE}/include -I${X11BASE}/include
pre-fetch:
.if !defined(GIMP_SMALL_DATA)
@@ -65,7 +64,7 @@ post-configure:
.endif
post-install:
- ${PREFIX}/bin/install-info ${PREFIX}/info/pdb.info ${PREFIX}/info/dir
+ install-info ${PREFIX}/info/pdb.info ${PREFIX}/info/dir
@${ECHO_MSG} "--> now installing in ${GIMP_DATA_MIN}"
@(cd ${WRKDIR}/${GIMP_DATA_MIN} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \
${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})