diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-03-16 12:58:16 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-03-16 12:58:16 +0000 |
commit | f7731c8be869e5b2f2797f9f8e2df315aa243a04 (patch) | |
tree | cd771deb19a99a0daf138afa2b966f56b7d36b63 /emulators/xsystem35 | |
parent | 9d50ebf5193ad227f1cd4d5fc99b42fdbb0ab0c1 (diff) | |
download | ports-f7731c8be869e5b2f2797f9f8e2df315aa243a04.tar.gz ports-f7731c8be869e5b2f2797f9f8e2df315aa243a04.zip |
Notes
Diffstat (limited to 'emulators/xsystem35')
-rw-r--r-- | emulators/xsystem35/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index 6b4884ae6cdc..54f5fe8302d1 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -13,9 +13,9 @@ COMMENT= AliceSoft System 3.5/3.6/3.8/3.9 on X Window System LICENSE= GPLv2+ -LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ - libltdl.so:${PORTSDIR}/devel/libltdl \ - libfreetype.so:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ + libltdl.so:devel/libltdl \ + libfreetype.so:print/freetype2 OPTIONS_DEFINE= ESOUND DOCS EXAMPLES OPTIONS_DEFINE_i386= MMX @@ -31,7 +31,7 @@ GTK1_CONFIGURE_OFF=--with-glib-prefix=${NONEXISTENT} \ --with-gtk-prefix=${NONEXISTENT} GTK2_USE= GNOME=gtk20 GTK2_USES= pkgconfig -MMX_BUILD_DEPENDS=nasm:${PORTSDIR}/devel/nasm +MMX_BUILD_DEPENDS=nasm:devel/nasm MMX_CONFIGURE_ENABLE=mmx EXTRACT_AFTER_ARGS=--exclude libltdl |