diff options
Diffstat (limited to 'misc/cdcollect/Makefile')
-rw-r--r-- | misc/cdcollect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cdcollect/Makefile b/misc/cdcollect/Makefile index de118d4a449b..66dfc9466c65 100644 --- a/misc/cdcollect/Makefile +++ b/misc/cdcollect/Makefile @@ -15,7 +15,7 @@ MAINTAINER= avl@FreeBSD.org COMMENT= A simple CD catalog for GNOME BUILD_DEPENDS= sqlite3>=3.0:${PORTSDIR}/databases/sqlite3 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes GNU_CONFIGURE= yes |