diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-22 20:28:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-22 20:28:29 +0800 |
commit | 65679655451d9e99edfab7d674b808e22de4a435 (patch) | |
tree | f7ede19136de517c070607c7ca1edddc6fd7631c /x11-toolkits | |
parent | fe7c5b63433ff6713e809017d67e6720068508e4 (diff) | |
download | freebsd-ports-graphics-65679655451d9e99edfab7d674b808e22de4a435.tar.gz freebsd-ports-graphics-65679655451d9e99edfab7d674b808e22de4a435.tar.zst freebsd-ports-graphics-65679655451d9e99edfab7d674b808e22de4a435.zip |
Support stage
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gdl/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/gdl/pkg-plist | 1 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile index 5f76cf3500a..a9e38f8fe4c 100644 --- a/x11-toolkits/gdl/Makefile +++ b/x11-toolkits/gdl/Makefile @@ -4,20 +4,19 @@ PORTNAME= gdl PORTVERSION= 2.30.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Components intended to be shared between GNOME development tools -USE_BZIP2= yes -USE_GNOME= gnomeprefix gnomehack gtk20 -USES= gettext gmake pkgconfig +USE_GNOME= gnomeprefix gtk20 +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/gdl/pkg-plist b/x11-toolkits/gdl/pkg-plist index b2ff54f12d7..0cc646adace 100644 --- a/x11-toolkits/gdl/pkg-plist +++ b/x11-toolkits/gdl/pkg-plist @@ -12,6 +12,7 @@ include/libgdl-1.0/gdl/libgdltypebuiltins.h lib/libgdl-1.la lib/libgdl-1.so lib/libgdl-1.so.3 +lib/libgdl-1.so.3.0.0 libdata/pkgconfig/gdl-1.0.pc %%DOCSDIR%%/gdl-gdl-dock-bar.html %%DOCSDIR%%/gdl-gdl-dock-item.html |