diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-11-28 11:47:42 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-11-28 11:47:42 +0000 |
commit | 0dd17df2f467a8c65afaff3a0503e2d2722104b7 (patch) | |
tree | aae31fbd8e4e998dcf423c399c07de567005476f /x11-toolkits | |
parent | 75ab351c38a1b21cb0e226bf3a42bc6d5dc9f85f (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gtk20/pkg-descr | 2 |
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/ |