diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-09-19 13:50:10 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-09-19 13:50:10 +0000 |
commit | 9fd7797207d4f4dcd04a0bd5613f3ffb75435e8c (patch) | |
tree | 989dd134b83aec4845bf0de98e590f3436010fcd /devel/mercator/Makefile | |
parent | 8972f49618fed064582ca7d09a1ccc878f57ebd3 (diff) | |
download | ports-9fd7797207d4f4dcd04a0bd5613f3ffb75435e8c.tar.gz ports-9fd7797207d4f4dcd04a0bd5613f3ffb75435e8c.zip |
Notes
Diffstat (limited to 'devel/mercator/Makefile')
-rw-r--r-- | devel/mercator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mercator/Makefile b/devel/mercator/Makefile index 16c4eebc17c6..5da42f024bd6 100644 --- a/devel/mercator/Makefile +++ b/devel/mercator/Makefile @@ -7,6 +7,7 @@ PORTNAME= mercator PORTVERSION= 0.2.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= worldforge @@ -18,8 +19,7 @@ LIB_DEPENDS= wfmath-0.3.4:${PORTSDIR}/math/wfmath USE_GNOME= pkgconfig GNU_CONFIGURE= yes -USE_GCC= 3.4 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CXXFLAGS+= -include wchar.h CONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}" |