aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-11-28 19:47:42 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-11-28 19:47:42 +0800
commit3f426dfe05039578bca27c89b6d3fbbf6caa6d6c (patch)
treeaae31fbd8e4e998dcf423c399c07de567005476f
parent3091d25d8024540a61eeda13b4ea34433602c5fa (diff)
downloadfreebsd-ports-gnome-3f426dfe05039578bca27c89b6d3fbbf6caa6d6c.tar.gz
freebsd-ports-gnome-3f426dfe05039578bca27c89b6d3fbbf6caa6d6c.tar.zst
freebsd-ports-gnome-3f426dfe05039578bca27c89b6d3fbbf6caa6d6c.zip
- Switch to USES=localbase
- Update WWW Approved by: portmgr blanket
-rw-r--r--x11-toolkits/gtk20/Makefile5
-rw-r--r--x11-toolkits/gtk20/pkg-descr2
2 files changed, 3 insertions, 4 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index d2480cb273c5..398008140807 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -23,7 +23,8 @@ PORTSCOUT= limitw:0,even
RUN_DEPENDS+= update-mime-database:misc/shared-mime-info \
${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme
-USES+= gettext gmake libtool pathfix perl5 pkgconfig python:run shebangfix
+USES+= gettext gmake libtool localbase:ldflags pathfix perl5 \
+ pkgconfig python:run shebangfix
SHEBANG_FILES= gtk/gtk-builder-convert
GNU_CONFIGURE= yes
USE_GNOME= atk pango gdkpixbuf2 introspection:build \
@@ -33,8 +34,6 @@ USE_PERL5= build
USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \
xcomposite
CONFIGURE_ARGS= --with-xinput=yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= CUPS DEBUG
diff --git a/x11-toolkits/gtk20/pkg-descr b/x11-toolkits/gtk20/pkg-descr
index 8cee4afc7448..ab450cf9ff58 100644
--- a/x11-toolkits/gtk20/pkg-descr
+++ b/x11-toolkits/gtk20/pkg-descr
@@ -7,4 +7,4 @@ GTK+-2 is a very stable release, similar only in design to GTK+-1.
GTK+-2 can coexist happily alongside GTK+-1, but applications are
written for one version or the other.
-WWW: http://www.gtk.org/
+WWW: https://www.gtk.org/