diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-06 14:30:01 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-06 14:30:01 +0800 |
commit | ad1fb6dca4162e581ca00a7eb81518862206ab79 (patch) | |
tree | 090adb69f944942bf1696cb9b7b23fe77b9edf6f /emulators/gxmame | |
parent | c3b30ce00ecab5f1baf1b6d08a246a33166d4ef5 (diff) | |
download | freebsd-ports-gnome-ad1fb6dca4162e581ca00a7eb81518862206ab79.tar.gz freebsd-ports-gnome-ad1fb6dca4162e581ca00a7eb81518862206ab79.tar.zst freebsd-ports-gnome-ad1fb6dca4162e581ca00a7eb81518862206ab79.zip |
Remove commented out lines during building.
Also move from build_depends to lib_depends
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 |