diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-06 21:01:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-06 21:01:53 +0800 |
commit | 9f16a4e58a80e0bb4b5a0fff030ff416dba10992 (patch) | |
tree | 60e6bd0c1da61d32c96b74fbcafd43dc4b21eaa6 /sysutils/dvdisaster | |
parent | 58933da8b9c1e700f7139194f89eec65c1c57f66 (diff) | |
download | freebsd-ports-gnome-9f16a4e58a80e0bb4b5a0fff030ff416dba10992.tar.gz freebsd-ports-gnome-9f16a4e58a80e0bb4b5a0fff030ff416dba10992.tar.zst freebsd-ports-gnome-9f16a4e58a80e0bb4b5a0fff030ff416dba10992.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'sysutils/dvdisaster')
-rw-r--r-- | sysutils/dvdisaster/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/dvdisaster/Makefile b/sysutils/dvdisaster/Makefile index 0310ed42b476..4a6272a3127a 100644 --- a/sysutils/dvdisaster/Makefile +++ b/sysutils/dvdisaster/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash MAKEFILE= GNUmakefile USE_BZIP2= yes -USES= gettext +USES= gettext pkgconfig USE_GNOME= gtk20 CONFIGURE_ARGS= --prefix=${PREFIX} \ --docsubdir="/" \ |