diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-22 18:35:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-22 18:35:27 +0800 |
commit | 84f50a00a9fe620347efd9405c32539da3f67a4f (patch) | |
tree | 9995a0d74f2e696cb6e964a906253f4380df0725 /x11-toolkits | |
parent | 9c08557692328002520a1ddd8654f33df058aaca (diff) | |
download | freebsd-ports-gnome-84f50a00a9fe620347efd9405c32539da3f67a4f.tar.gz freebsd-ports-gnome-84f50a00a9fe620347efd9405c32539da3f67a4f.tar.zst freebsd-ports-gnome-84f50a00a9fe620347efd9405c32539da3f67a4f.zip |
Support stage
Modernize
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtksourceview/Makefile | 13 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview/pkg-plist | 2 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile index b4f162150581..b8798a82a363 100644 --- a/x11-toolkits/gtksourceview/Makefile +++ b/x11-toolkits/gtksourceview/Makefile @@ -4,7 +4,7 @@ PORTNAME= gtksourceview PORTVERSION= 1.8.5 -PORTREVISION?= 8 +PORTREVISION?= 9 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,20 +12,19 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A text widget that adds syntax highlighting to the GtkTextView widget -USE_BZIP2= yes +USES+= tar:bzip2 .if !defined(REFERENCE_PORT) -USES= gettext gmake pkgconfig -USE_AUTOTOOLS= libtool +USES+= gettext gmake libtool pathfix pkgconfig USE_LDCONFIG= yes -USE_GNOME= gnomeprefix gnomehack libgnome libgnomeprintui intlhack \ - ltverhack referencehack +USE_GNOME= gnomeprefix libgnome libgnomeprintui intlhack referencehack +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-compile-warnings=no CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lgnuregex" CPPFLAGS+= -I${LOCALBASE}/include +INSTALL_TARGET= install-strip -NO_STAGE= yes .include <bsd.port.mk> .endif diff --git a/x11-toolkits/gtksourceview/pkg-plist b/x11-toolkits/gtksourceview/pkg-plist index 910a7199dd6d..c881d4ef7199 100644 --- a/x11-toolkits/gtksourceview/pkg-plist +++ b/x11-toolkits/gtksourceview/pkg-plist @@ -10,10 +10,10 @@ include/gtksourceview-1.0/gtksourceview/gtksourcetagstyle.h include/gtksourceview-1.0/gtksourceview/gtksourcetagtable.h include/gtksourceview-1.0/gtksourceview/gtksourceview-typebuiltins.h include/gtksourceview-1.0/gtksourceview/gtksourceview.h -lib/libgtksourceview-1.0.a lib/libgtksourceview-1.0.la lib/libgtksourceview-1.0.so lib/libgtksourceview-1.0.so.0 +lib/libgtksourceview-1.0.so.0.0.0 libdata/pkgconfig/gtksourceview-1.0.pc share/gtksourceview-1.0/language-specs/R.lang share/gtksourceview-1.0/language-specs/ada.lang |