aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-07-20 16:15:16 +0800
committerJohn Marino <marino@FreeBSD.org>2014-07-20 16:15:16 +0800
commit8ab384908893d4afa81c11190ace722732ed6686 (patch)
treeaaaece019275fb2d457460c3a579585905bca47a /x11-toolkits
parent442534a4d4479feb8180ec00b58ece2a40373ebb (diff)
downloadfreebsd-ports-gnome-8ab384908893d4afa81c11190ace722732ed6686.tar.gz
freebsd-ports-gnome-8ab384908893d4afa81c11190ace722732ed6686.tar.zst
freebsd-ports-gnome-8ab384908893d4afa81c11190ace722732ed6686.zip
x11-toolkits/pango: require explicit linking
This new configure argument will list all required libraries in the generated pkgconf files. Before any library indirectly pulled in, such as libm, was not listed. This fixes numerous regression in dports and it's more correct anyway. phabric: D411 Approved by: gnome (kwm)
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/pango/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index 049136070ee8..e6564d2cf6d8 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -4,7 +4,7 @@
PORTNAME= pango
PORTVERSION= 1.34.1
-PORTREVISION?= 5
+PORTREVISION?= 6
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -30,6 +30,7 @@ USE_GNOME= cairo glib20 gnomehier introspection:build referencehack
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
+CONFIGURE_ARGS= --enable-explicit-deps=yes
PLIST_SUB= VERSION="1.8.0"