diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-21 10:05:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-21 10:05:50 +0000 |
commit | 81bd9ece0f5fbcf4525df7d4f6c1c023c1e4f725 (patch) | |
tree | b05d11e6c3a407443dffed798ab674467799372a /deskutils/etask | |
parent | 258dff9ea9c0965c37d5d86b34d1bf199066191d (diff) | |
download | ports-81bd9ece0f5fbcf4525df7d4f6c1c023c1e4f725.tar.gz ports-81bd9ece0f5fbcf4525df7d4f6c1c023c1e4f725.zip |
- Generalize dependency on ghostscript
Reported by: pointyhat exprun
Notes
Notes:
svn path=/head/; revision=187865
Diffstat (limited to 'deskutils/etask')
-rw-r--r-- | deskutils/etask/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/etask/Makefile b/deskutils/etask/Makefile index b1316e52d701..3cf93610efd1 100644 --- a/deskutils/etask/Makefile +++ b/deskutils/etask/Makefile @@ -16,11 +16,11 @@ COMMENT= Manage your projects or tasks within GNU Emacs RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ dvips:${PORTSDIR}/print/dvipsk-tetex \ - ps2pdf:${PORTSDIR}/print/ghostscript-gnu \ xpdf:${PORTSDIR}/graphics/xpdf USE_EMACS= yes EMACS_PORT_NAME?= emacs21 +USE_GHOSTSCRIPT_RUN= yes .if ${EMACS_PORT_NAME} != "emacs21" PORTNAMESUFFIX= ${PKGNAMESUFFIX} |