diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-05 09:15:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-05 09:15:49 +0000 |
commit | 3a4866fb15032db332bb8402ce51876d754f213e (patch) | |
tree | 580e3c0dbe891b70ae218e03f1c6b0424f00cf60 /emulators | |
parent | 6b16063d59f1220c842278ce862645894ac25287 (diff) | |
download | ports-3a4866fb15032db332bb8402ce51876d754f213e.tar.gz ports-3a4866fb15032db332bb8402ce51876d754f213e.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxmame/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/gxmame/Makefile b/emulators/gxmame/Makefile index 33643773b53f..d9cb9684a808 100644 --- a/emulators/gxmame/Makefile +++ b/emulators/gxmame/Makefile @@ -15,9 +15,8 @@ COMMENT= GXmame is a GTK frontend for xmame LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gtk20 intlhack gnomeprefix -USE_GMAKE= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib |