diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-09-10 11:26:42 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-09-10 11:26:42 +0800 |
commit | b900cdeb329f4e3b09e67f87b6a9397f4984764a (patch) | |
tree | 2da244e9e68ef707199923c850980f076d69e16a /lang/clisp | |
parent | 1b1be2cd7007068baadef3984505755052032738 (diff) | |
download | freebsd-ports-gnome-b900cdeb329f4e3b09e67f87b6a9397f4984764a.tar.gz freebsd-ports-gnome-b900cdeb329f4e3b09e67f87b6a9397f4984764a.tar.zst freebsd-ports-gnome-b900cdeb329f4e3b09e67f87b6a9397f4984764a.zip |
Add missing build dependency (needs dvipdf from ghostscript)
Reported by: kris
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index ef3804671de0..bbd2e01992b4 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR=${PORTNAME}/release/${PORTVERSION} MAINTAINER= jakub@rehor.net COMMENT= A Common Lisp implementation -BUILD_DEPENDS= ${LOCALBASE}/lib/libsigsegv.a:${PORTSDIR}/devel/libsigsegv +BUILD_DEPENDS= ${LOCALBASE}/lib/libsigsegv.a:${PORTSDIR}/devel/libsigsegv \ + dvipdf:${PORTSDIR}/${GHOSTSCRIPT_PORT} USE_BZIP2= yes USE_ICONV= yes |