diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /textproc/liblingoteach | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
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 |