aboutsummaryrefslogtreecommitdiff
path: root/emulators/gxmame
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 06:30:01 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 06:30:01 +0000
commit7c9c28b05863c31665717dfa074635d787e965b1 (patch)
tree586c45f8c4fba99932c8b3a012e0254b7a87f594 /emulators/gxmame
parent17682b1d719cc41d89a77dee99f14e9aeb6676ae (diff)
downloadports-7c9c28b05863c31665717dfa074635d787e965b1.tar.gz
ports-7c9c28b05863c31665717dfa074635d787e965b1.zip
Remove commented out lines during building.
Also move from build_depends to lib_depends
Notes
Notes: svn path=/head/; revision=90391
Diffstat (limited to 'emulators/gxmame')
-rw-r--r--emulators/gxmame/Makefile7
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