diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-03-16 12:49:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-03-16 13:23:33 +0000 |
commit | b2f85b3e5f4bc531e21fd76442f3cb2550858ce5 (patch) | |
tree | e4a31480af2ed9c4558c5b2071f0381c6e7e633a | |
parent | 2789a7f314f4e488b07a844192b88f3cf61d05d4 (diff) | |
download | ports-b2f85b3e5f4bc531e21fd76442f3cb2550858ce5.tar.gz ports-b2f85b3e5f4bc531e21fd76442f3cb2550858ce5.zip |
devel/gtkconfmm26: cleanup
Remove dependency on gtkmm (not needed)
Remove now unused reference hack
Remove .la files
-rw-r--r-- | devel/gconfmm26/Makefile | 6 | ||||
-rw-r--r-- | devel/gconfmm26/pkg-plist | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile index b4d521f4e98d..3921941d4f36 100644 --- a/devel/gconfmm26/Makefile +++ b/devel/gconfmm26/Makefile @@ -3,6 +3,7 @@ PORTNAME= gconfmm PORTVERSION= 2.28.3 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -11,13 +12,12 @@ MAINTAINER= bland@FreeBSD.org COMMENT= C++ wrapper for gconf2 API library LIB_DEPENDS= libglibmm-2.4.so:devel/glibmm -BUILD_DEPENDS= ${LOCALBASE}/lib/libgtkmm-2.4.so.1:x11-toolkits/gtkmm24 -USES= compiler:c++11-lang gmake gnome libtool:keepla pathfix \ +USES= compiler:c++11-lang gmake gnome libtool pathfix \ pkgconfig tar:bzip2 xorg USE_CXXSTD= c++11 USE_XORG= x11 -USE_GNOME= gconf2 referencehack +USE_GNOME= gconf2 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static --disable-documentation diff --git a/devel/gconfmm26/pkg-plist b/devel/gconfmm26/pkg-plist index 07c1a59e5761..e357ddb87c7a 100644 --- a/devel/gconfmm26/pkg-plist +++ b/devel/gconfmm26/pkg-plist @@ -16,7 +16,6 @@ include/gconfmm-%%API_VERSION%%/gconfmm/value_listhelpers.h include/gconfmm-%%API_VERSION%%/gconfmm/wrap_init.h lib/gconfmm-%%API_VERSION%%/include/gconfmmconfig.h lib/libgconfmm-%%VERSION%%.a -lib/libgconfmm-%%VERSION%%.la lib/libgconfmm-%%VERSION%%.so lib/libgconfmm-%%VERSION%%.so.1 lib/libgconfmm-%%VERSION%%.so.1.0.6 |