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 /archivers/liborange | |
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 'archivers/liborange')
-rw-r--r-- | archivers/liborange/Makefile | 2 | ||||
-rw-r--r-- | archivers/liborange/pkg-plist | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile index 37075dc64aab..9c8fe7c337f0 100644 --- a/archivers/liborange/Makefile +++ b/archivers/liborange/Makefile @@ -7,6 +7,7 @@ PORTNAME= orange PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce @@ -23,7 +24,6 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libsynce=${LOCALBASE} USE_ICONV= yes -USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/archivers/liborange/pkg-plist b/archivers/liborange/pkg-plist index a67185754d6a..6bd214029cb4 100644 --- a/archivers/liborange/pkg-plist +++ b/archivers/liborange/pkg-plist @@ -1,5 +1,6 @@ bin/orange include/liborange.h -lib/liborange.so.0 -lib/liborange.so lib/liborange.a +lib/liborange.la +lib/liborange.so +lib/liborange.so.0 |