diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-22 21:36:02 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-22 21:36:02 +0800 |
commit | 068866ad0ff1d75f283fa1254e159e65926ae18d (patch) | |
tree | 32819853969be4e240ccbba9ef12d037491d64af /emulators/skyeye | |
parent | 33a510340c0708115d3d3f2cdae2517029393324 (diff) | |
download | freebsd-ports-gnome-068866ad0ff1d75f283fa1254e159e65926ae18d.tar.gz freebsd-ports-gnome-068866ad0ff1d75f283fa1254e159e65926ae18d.tar.zst freebsd-ports-gnome-068866ad0ff1d75f283fa1254e159e65926ae18d.zip |
Attempt to unbreak: add explicit dependency on pkgconf
Reported by: pkg-fallout
Diffstat (limited to 'emulators/skyeye')
-rw-r--r-- | emulators/skyeye/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/skyeye/Makefile b/emulators/skyeye/Makefile index 0ea5c56dcff9..c20d4cb2743b 100644 --- a/emulators/skyeye/Makefile +++ b/emulators/skyeye/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty \ RUN_DEPENDS= ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty \ ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd -USE_GMAKE= yes +USES= gmake pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/${PORTNAME}-v1 |