diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
commit | ceba2112833ea325577af308d27cad5d00490059 (patch) | |
tree | 43770c600bd76bb00bd98dc59b4e2b6d76064eb1 /graphics/gimp/Makefile | |
parent | 4f43ab018ab882c42157803c6c7856dce3689cdc (diff) |
Notes
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 888a3128f9ed..18fcf86614d3 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/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 |