diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-09-10 03:26:42 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-09-10 03:26:42 +0000 |
commit | 22c6804d014148d30b4b037cbd6c640be0c04503 (patch) | |
tree | a1b4f4701f417491ccd984c19a76ea7d1600bad2 /lang/clisp | |
parent | 13e09a7cc9e121a18fc5fab8b37e428c3edee2b9 (diff) |
Notes
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 |