diff options
author | sf <sf@FreeBSD.org> | 2001-01-22 03:26:19 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-22 03:26:19 +0800 |
commit | a25da6c5f193a89d1142bb1435402f3c2b2cd322 (patch) | |
tree | 08aeb17fc59940799a760437855a6988f3c7e616 | |
parent | cdd39e8b9d184ed463ab149389a7343c672e4c54 (diff) | |
download | freebsd-ports-gnome-a25da6c5f193a89d1142bb1435402f3c2b2cd322.tar.gz freebsd-ports-gnome-a25da6c5f193a89d1142bb1435402f3c2b2cd322.tar.zst freebsd-ports-gnome-a25da6c5f193a89d1142bb1435402f3c2b2cd322.zip |
avoid depending Xlib.
PR: 23532
-rw-r--r-- | graphics/gimp-manual-html/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gimp-manual-html/Makefile b/graphics/gimp-manual-html/Makefile index 9765f338bd76..213ba3e47083 100644 --- a/graphics/gimp-manual-html/Makefile +++ b/graphics/gimp-manual-html/Makefile @@ -40,7 +40,7 @@ EXTRACT_SUFX= -html.tar.bz2 WRKSRC= ${WRKDIR}/GimpUserManaul_v1.0.0 USE_BZIP2= yes -USE_X_PREFIX= yes +PREFIX?= ${X11BASE} # This port itself does not require Xlib NO_BUILD= yes do-install: @@ -53,7 +53,6 @@ DISTFILES= GimpUserManual-1.0.0-pdf EXTRACT_ONLY= #empty NO_BUILD= yes -USE_X_PREFIX= yes do-install: @${MKDIR} ${PREFIX}/share/doc/gimp @@ -70,7 +69,6 @@ EXTRACT_AFTER_ARGS= > ${DISTNAME} NO_CDROM= "too big" NO_BUILD= yes -USE_X_PREFIX= yes do-install: @${MKDIR} ${PREFIX}/share/doc/gimp |