diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-05 17:15:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-05 17:15:49 +0800 |
commit | d82ab35b164c5bef5324aff9433f09c5f95c789d (patch) | |
tree | 580e3c0dbe891b70ae218e03f1c6b0424f00cf60 /emulators | |
parent | b6d120431e8487737cb2e3761ec4945e52d77890 (diff) | |
download | freebsd-ports-gnome-d82ab35b164c5bef5324aff9433f09c5f95c789d.tar.gz freebsd-ports-gnome-d82ab35b164c5bef5324aff9433f09c5f95c789d.tar.zst freebsd-ports-gnome-d82ab35b164c5bef5324aff9433f09c5f95c789d.zip |
Add an explicit dependency on pkgconf
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 |