diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /x11-toolkits/gdl | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'x11-toolkits/gdl')
-rw-r--r-- | x11-toolkits/gdl/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gdl/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile index 0bcfbbe58a07..446f699c7352 100644 --- a/x11-toolkits/gdl/Makefile +++ b/x11-toolkits/gdl/Makefile @@ -7,7 +7,7 @@ PORTNAME= gdl PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -18,7 +18,7 @@ COMMENT= Components intended to be shared between GNOME development tools USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libgnomeui -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/gdl/pkg-plist b/x11-toolkits/gdl/pkg-plist index e191d6ff7a49..5ac2180a8fff 100644 --- a/x11-toolkits/gdl/pkg-plist +++ b/x11-toolkits/gdl/pkg-plist @@ -16,6 +16,7 @@ include/libgdl-1.0/gdl/gdl-tools.h include/libgdl-1.0/gdl/gdl.h include/libgdl-1.0/gdl/libgdltypebuiltins.h lib/libgdl-1.a +lib/libgdl-1.la lib/libgdl-1.so lib/libgdl-1.so.0 libdata/pkgconfig/gdl-1.0.pc |