diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2006-01-01 08:10:22 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2006-01-01 08:10:22 +0000 |
commit | 2425f5ece4e485cefcbc52e40794c6e0a95124db (patch) | |
tree | 9f07edc770d3f2a1ec4096a8d857d41fc9ec7ff7 /textproc/docproj | |
parent | - update to 0.51 (diff) |
Fix dependencies:
- Use USE_GHOSTSCRIPT_RUN instead of USE_GHOSTSCRIPT.
- Remove WITHOUT_X11.
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=152519
Diffstat (limited to 'textproc/docproj')
-rw-r--r-- | textproc/docproj/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index e95fad399f33..134b973486ed 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -7,6 +7,7 @@ PORTNAME= docproj PORTVERSION= 1.14 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= # empty DISTFILES= # empty @@ -59,11 +60,10 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Di .endif NO_BUILD= yes -USE_GHOSTSCRIPT= yes +USE_GHOSTSCRIPT_RUN= yes USE_PERL5_RUN= yes PLIST_FILES= #empty -WITHOUT_X11= yes DEPENDS_ARGS+= BATCH=yes WITHOUT_X11=${WITHOUT_X11} message-jadetex: |