diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxmame/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/gxmame/Makefile b/emulators/gxmame/Makefile index 0d2f46b432c0..635702f62d31 100644 --- a/emulators/gxmame/Makefile +++ b/emulators/gxmame/Makefile @@ -14,10 +14,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= tlp@liquidx.org COMMENT= GXmame is a GTK frontend for xmame -#RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame \ -RUN_DEPENDS= \ - ${LOCALBASE}/lib/libiconv.so.3:${PORTSDIR}/converters/libiconv \ - ${LOCALBASE}/lib/libintl.so.5:${PORTSDIR}/devel/gettext +RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ + intl.5:${PORTSDIR}/devel/gettext USE_GZIP= yes USE_XLIB= yes |