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 /textproc/liblingoteach | |
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 'textproc/liblingoteach')
-rw-r--r-- | textproc/liblingoteach/Makefile | 10 | ||||
-rw-r--r-- | textproc/liblingoteach/pkg-plist | 1 |
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/liblingoteach/Makefile b/textproc/liblingoteach/Makefile index 0544b8ac227b..ab86b025093c 100644 --- a/textproc/liblingoteach/Makefile +++ b/textproc/liblingoteach/Makefile @@ -7,7 +7,7 @@ PORTNAME= liblingoteach PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lingoteach @@ -15,10 +15,10 @@ MASTER_SITE_SUBDIR= lingoteach MAINTAINER= mva@sysfault.org COMMENT= A library for parsing lesson files based on the LingoTeach DTD -USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget libxml2 -USE_AUTOTOOLS= libtool:13:inc -INSTALLS_SHLIB= yes +USE_GMAKE= yes +USE_GNOME= gnomehack gnometarget libxml2 +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes .if defined(WITH_COMP) CONFIGURE_ARGS+= --with-compression diff --git a/textproc/liblingoteach/pkg-plist b/textproc/liblingoteach/pkg-plist index 0a85aa997a89..5e55c1e7d350 100644 --- a/textproc/liblingoteach/pkg-plist +++ b/textproc/liblingoteach/pkg-plist @@ -1,6 +1,7 @@ include/lingoteach/lingdefs.h include/lingoteach/lingoteach.h lib/liblingoteach.a +lib/liblingoteach.la lib/liblingoteach.so lib/liblingoteach.so.3 libdata/pkgconfig/liblingoteach.pc |