diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 06:30:01 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 06:30:01 +0000 |
commit | 7c9c28b05863c31665717dfa074635d787e965b1 (patch) | |
tree | 586c45f8c4fba99932c8b3a012e0254b7a87f594 /emulators/gxmame | |
parent | 17682b1d719cc41d89a77dee99f14e9aeb6676ae (diff) | |
download | ports-7c9c28b05863c31665717dfa074635d787e965b1.tar.gz ports-7c9c28b05863c31665717dfa074635d787e965b1.zip |
Notes
Diffstat (limited to 'emulators/gxmame')
-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 |