diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 12:28:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 12:28:29 +0000 |
commit | e9d442b90a798a9a4c50bddec97caf6674fff60a (patch) | |
tree | f7ede19136de517c070607c7ca1edddc6fd7631c /x11-toolkits/gdl | |
parent | c60ed9eed996135f54859c61e4e972bab754fce3 (diff) | |
download | ports-e9d442b90a798a9a4c50bddec97caf6674fff60a.tar.gz ports-e9d442b90a798a9a4c50bddec97caf6674fff60a.zip |
Notes
Diffstat (limited to 'x11-toolkits/gdl')
-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 5f76cf3500a1..a9e38f8fe4cf 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 b2ff54f12d70..0cc646adace3 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 |