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 /converters/psiconv/Makefile | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'converters/psiconv/Makefile')
-rw-r--r-- | converters/psiconv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile index f8a7201da9f5..3deb7130dd5c 100644 --- a/converters/psiconv/Makefile +++ b/converters/psiconv/Makefile @@ -7,6 +7,7 @@ PORTNAME= psiconv PORTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES= converters devel MASTER_SITES= http://software.frodo.looijaard.name/psiconv/files/ @@ -16,7 +17,7 @@ COMMENT= A conversion utility to convert Psion 5(MX) files into other formats USE_GETOPT_LONG=yes INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-imagemagick=no CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |