diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-06 19:56:38 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-06 19:56:38 +0800 |
commit | 325aa7e8e88ecb199c046b332000e6efcca17714 (patch) | |
tree | 96255da188cb25915662af74059dec331edbc41f /x11-toolkits | |
parent | ba7b4e2ec2de6aacf45de83bd053d23282f02946 (diff) | |
download | marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.gz marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.zst marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.zip |
Add USES=pkgconfig where needed, update to new port rules, incl stage support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18771 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtksourceview3/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/libwnck3/Makefile | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile index 3bad74d1f..3c83010d3 100644 --- a/x11-toolkits/gtksourceview3/Makefile +++ b/x11-toolkits/gtksourceview3/Makefile @@ -11,16 +11,15 @@ PKGNAMESUFFIX= 3 DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org -COMMENT= A text widget that adds syntax highlighting to the GtkTextView widget +COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget USE_XZ= yes -NO_STAGE= yes .if !defined(REFERENCE_PORT) USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USES= gettext gmake pathfix +USES= gettext gmake pathfix pkgconfig USE_GNOME= gnomeprefix gtk30 intlhack libxml2 ltverhack referencehack CONFIGURE_ARGS= --enable-compile-warnings=no --enable-glade-catalog=no \ --enable-introspection diff --git a/x11-toolkits/libwnck3/Makefile b/x11-toolkits/libwnck3/Makefile index 73199dd6f..fdf4c6832 100644 --- a/x11-toolkits/libwnck3/Makefile +++ b/x11-toolkits/libwnck3/Makefile @@ -7,22 +7,21 @@ PORTVERSION= 3.4.5 PORTREVISION?= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME +PKGNAMESUFFIX= 3 DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Library used for writing pagers and taskslists USE_XZ= yes -NO_STAGE= yes .if !defined(REFERENCE_PORT) LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification -LATEST_LINK= libwnck3 USE_XORG= xres x11 -USE_GNOME= gtk30 intlhack introspection ltverhack referencehack -USES= bison gettext gmake pathfix +USE_GNOME= gtk30 intlhack introspection:build ltverhack referencehack +USES= bison gettext gmake pathfix pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-tools |