mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
devel/gtkconfmm26: cleanup
Remove dependency on gtkmm (not needed) Remove now unused reference hack Remove .la files
This commit is contained in:
parent
2789a7f314
commit
b2f85b3e5f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user