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 /cad/libgeda | |
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 'cad/libgeda')
-rw-r--r-- | cad/libgeda/Makefile | 4 | ||||
-rw-r--r-- | cad/libgeda/pkg-plist | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index 2c8e56415d42..1a3a2b50d41e 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgeda PORTVERSION= 20050313 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \ http://geda.seul.org/devel/${PORTVERSION}/ \ @@ -19,7 +19,7 @@ COMMENT= gEDA tools base utility library LIB_DEPENDS= gdgeda.6:${PORTSDIR}/graphics/libgdgeda \ guile.15:${PORTSDIR}/lang/guile -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk20 gnomehack INSTALLS_SHLIB= yes diff --git a/cad/libgeda/pkg-plist b/cad/libgeda/pkg-plist index 7041d0626ffe..46d67d88d331 100644 --- a/cad/libgeda/pkg-plist +++ b/cad/libgeda/pkg-plist @@ -8,8 +8,9 @@ include/libgeda/struct.h include/libgeda/libgeda.h include/libgeda/i_vars.h include/libgeda/papersizes.h -lib/libgeda.so.23 -lib/libgeda.so lib/libgeda.a +lib/libgeda.la +lib/libgeda.so +lib/libgeda.so.23 libdata/pkgconfig/libgeda.pc @dirrm include/libgeda |