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 /archivers/liborange | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
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 |