diff options
Diffstat (limited to 'graphics/gimp-devel/Makefile')
-rw-r--r-- | graphics/gimp-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 888a3128f9ed..18fcf86614d3 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.34 1998/06/07 03:58:38 vanilla Exp $ +# $Id: Makefile,v 1.35 1998/07/30 05:39:26 vanilla Exp $ # DISTNAME= gimp-1.0.0 @@ -24,7 +24,7 @@ LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 #LIB_DEPENDS+= xdelta\\.0\\.18:${PORTSDIR}/misc/xdelta -USE_X11= yes +USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes |