diff options
author | asami <asami@FreeBSD.org> | 1998-08-05 17:31:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-05 17:31:52 +0800 |
commit | 29cee150e7e4c823965c08385939f0e1bf23e7d7 (patch) | |
tree | 3bb5b393873800151e81765a428cde4ee349f14b /graphics/gimp-manual-html | |
parent | a6079bdd0586409f9612215ee38ad459104e2d51 (diff) | |
download | freebsd-ports-gnome-29cee150e7e4c823965c08385939f0e1bf23e7d7.tar.gz freebsd-ports-gnome-29cee150e7e4c823965c08385939f0e1bf23e7d7.tar.zst freebsd-ports-gnome-29cee150e7e4c823965c08385939f0e1bf23e7d7.zip |
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
Diffstat (limited to 'graphics/gimp-manual-html')
-rw-r--r-- | graphics/gimp-manual-html/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gimp-manual-html/Makefile b/graphics/gimp-manual-html/Makefile index a28490e8d647..49e6129cf73b 100644 --- a/graphics/gimp-manual-html/Makefile +++ b/graphics/gimp-manual-html/Makefile @@ -3,7 +3,7 @@ # Date created: 5 June 1998 # Whom: Brett Taylor # -# $Id: Makefile,v 1.1.1.1 1998/06/10 13:57:13 dburr Exp $ +# $Id: Makefile,v 1.2 1998/06/16 11:29:35 asami Exp $ # DISTNAME= GimpUserManual-1.0.0 @@ -48,7 +48,7 @@ WRKSRC= ${WRKDIR}/GimpUserManaul_v1.0.0 BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 -USE_X11= yes +USE_X_PREFIX= yes NO_BUILD= yes @@ -70,7 +70,7 @@ DISTFILES= GimpUserManual-1.0.0-pdf EXTRACT_ONLY= #empty NO_BUILD= yes -USE_X11= yes +USE_X_PREFIX= yes post-fetch: @${MKDIR} ${WRKDIR} @@ -92,7 +92,7 @@ EXTRACT_AFTER_ARGS= > ${DISTNAME} NO_BUILD= yes -USE_X11= yes +USE_X_PREFIX= yes pre-extract: @${CP} ${PKGDIR}/PLIST_PS ${PKGDIR}/PLIST |