diff options
author | danfe <danfe@FreeBSD.org> | 2018-01-28 01:34:51 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-01-28 01:34:51 +0800 |
commit | fb6de212b91829a44baad3d1f8c472dd6dedd3b9 (patch) | |
tree | cc5d393c3a87ca74bdee443260243cc03480f535 /x11-toolkits | |
parent | 007967f7417936e7c80b3b04025ff4cf6e2e8c75 (diff) | |
download | freebsd-ports-gnome-fb6de212b91829a44baad3d1f8c472dd6dedd3b9.tar.gz freebsd-ports-gnome-fb6de212b91829a44baad3d1f8c472dd6dedd3b9.tar.zst freebsd-ports-gnome-fb6de212b91829a44baad3d1f8c472dd6dedd3b9.zip |
Unbreak and undeprecate (chase libsigc++20 update).
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libgnomeprintuimm/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-toolkits/libgnomeprintuimm/Makefile b/x11-toolkits/libgnomeprintuimm/Makefile index 79feeca37ff1..610c72509794 100644 --- a/x11-toolkits/libgnomeprintuimm/Makefile +++ b/x11-toolkits/libgnomeprintuimm/Makefile @@ -11,15 +11,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= bland@FreeBSD.org COMMENT= C++ wrappers for the GNOME print support library -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2018-01-27 - LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 \ libgnomeprintmm-2.5.so:print/libgnomeprintmm BUILD_DEPENDS= gm4:devel/m4 -USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang gmake libtool:keepla pathfix \ + pkgconfig tar:bzip2 +USE_CXXSTD= c++11 USE_GNOME= gnomeprefix libgnomeprintui USE_LDCONFIG= yes GNU_CONFIGURE= yes |