diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-22 13:36:02 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-22 13:36:02 +0000 |
commit | b5f5dde7fd67b1a01c01ec568b31f988d8b05337 (patch) | |
tree | 32819853969be4e240ccbba9ef12d037491d64af /emulators | |
parent | 62d37b5f393211639fbca9b62f2848a3534bc12d (diff) | |
download | ports-b5f5dde7fd67b1a01c01ec568b31f988d8b05337.tar.gz ports-b5f5dde7fd67b1a01c01ec568b31f988d8b05337.zip |
Notes
Diffstat (limited to 'emulators')
-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 |