aboutsummaryrefslogtreecommitdiff
path: root/textproc/aiksaurus/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
committerAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
commit8503536d3896846d823f7f76be54e0a99da8d8b6 (patch)
tree1a89e4038216ead71b008f2a5091474964e1c341 /textproc/aiksaurus/Makefile
parentc20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff)
downloadports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz
ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=156749
Diffstat (limited to 'textproc/aiksaurus/Makefile')
-rw-r--r--textproc/aiksaurus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile
index 1d5f7503c06e..438b3fad8cd8 100644
--- a/textproc/aiksaurus/Makefile
+++ b/textproc/aiksaurus/Makefile
@@ -7,7 +7,7 @@
PORTNAME= aiksaurus
PORTVERSION= 1.2.1
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= aiksaurus
@@ -19,7 +19,7 @@ USE_GMAKE= yes
USE_GNOME?= gnomehack gnometarget
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
CONFIGURE_ARGS?=--without-gtk
.include <bsd.port.mk>