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 /print/fontforge | |
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 'print/fontforge')
-rw-r--r-- | print/fontforge/Makefile | 3 | ||||
-rw-r--r-- | print/fontforge/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 6e25f4a5816e..20756e850af0 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -7,6 +7,7 @@ PORTNAME= fontforge PORTVERSION= 20060117 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fontforge @@ -57,7 +58,7 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CFLAGS="${CFLAGS} \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:13 +GNU_CONFIGURE= yes MAN1= fontforge.1 sfddiff.1 diff --git a/print/fontforge/pkg-plist b/print/fontforge/pkg-plist index 48aa67d357ab..84c07ca1967f 100644 --- a/print/fontforge/pkg-plist +++ b/print/fontforge/pkg-plist @@ -1,10 +1,8 @@ bin/fontforge bin/sfddiff -lib/libgdraw.a lib/libgdraw.la lib/libgdraw.so lib/libgdraw.so.1 -lib/libgunicode.a lib/libgunicode.la lib/libgunicode.so lib/libgunicode.so.2 |