diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 08:48:38 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 08:48:38 +0800 |
commit | 159b587225ba260200d63ef0dfc824509f7c1ce0 (patch) | |
tree | dafaf1c4908ef4abbcd741a4a2814b40f4b3b2fc /emulators/nonpareil | |
parent | 505c56c69e7c61e33675f05e4a5fade0137799d7 (diff) | |
download | freebsd-ports-gnome-159b587225ba260200d63ef0dfc824509f7c1ce0.tar.gz freebsd-ports-gnome-159b587225ba260200d63ef0dfc824509f7c1ce0.tar.zst freebsd-ports-gnome-159b587225ba260200d63ef0dfc824509f7c1ce0.zip |
Add explicit dependency on pkgconf (11 ports)
Diffstat (limited to 'emulators/nonpareil')
-rw-r--r-- | emulators/nonpareil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/nonpareil/Makefile b/emulators/nonpareil/Makefile index d3ff425761d8..e7a3ebb67f43 100644 --- a/emulators/nonpareil/Makefile +++ b/emulators/nonpareil/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -USES= bison +USES= bison pkgconfig USE_GNOME= gtk20 libxml2 USE_SDL= sdl USE_SCONS= yes |