diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:36:02 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:36:02 +0000 |
commit | 6d83e65a8b50cb4f07da7184b20fca3165a54747 (patch) | |
tree | 67c959e7cd137e2895c3dba87c47536a74207154 /games/mudmagic/Makefile | |
parent | 04fd0c5ce79980e3d50c7ff197ef7cbf2e81aaca (diff) | |
download | ports-6d83e65a8b50cb4f07da7184b20fca3165a54747.tar.gz ports-6d83e65a8b50cb4f07da7184b20fca3165a54747.zip |
Notes
Diffstat (limited to 'games/mudmagic/Makefile')
-rw-r--r-- | games/mudmagic/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/mudmagic/Makefile b/games/mudmagic/Makefile index e4b17ca70cea..419addb45aa3 100644 --- a/games/mudmagic/Makefile +++ b/games/mudmagic/Makefile @@ -18,10 +18,9 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libexpat.so:${PORTSDIR}/textproc/expat2 \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig python USE_GNOME= gtk20 libglade2 libxml2 GNU_CONFIGURE= yes -USE_PYTHON= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include |