diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-21 04:26:47 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-21 04:26:47 +0800 |
commit | 9153e7909528424e0af51eac5c45644dea8a4f64 (patch) | |
tree | 348be74debcffedde93317ac68a8aae7af3f0697 /textproc | |
parent | ae3a4bdc7f140464527d99601988c02935ce132f (diff) | |
download | marcuscom-ports-9153e7909528424e0af51eac5c45644dea8a4f64.tar marcuscom-ports-9153e7909528424e0af51eac5c45644dea8a4f64.tar.gz marcuscom-ports-9153e7909528424e0af51eac5c45644dea8a4f64.tar.bz2 marcuscom-ports-9153e7909528424e0af51eac5c45644dea8a4f64.tar.lz marcuscom-ports-9153e7909528424e0af51eac5c45644dea8a4f64.tar.xz marcuscom-ports-9153e7909528424e0af51eac5c45644dea8a4f64.tar.zst marcuscom-ports-9153e7909528424e0af51eac5c45644dea8a4f64.zip |
Sync with FreeBSD ports tree to fix the build after the removal of objformat.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8376 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/scrollkeeper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index 2494d1162..4bdeb87d5 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -3,7 +3,7 @@ # Whom: Rene Hexel <rh@netbsd.org> # # $FreeBSD$ -# $MCom: ports/textproc/scrollkeeper/Makefile,v 1.5 2006/11/14 07:12:08 marcus Exp $ +# $MCom: ports/textproc/scrollkeeper/Makefile,v 1.6 2007/02/16 18:14:26 mezz Exp $ PORTNAME= scrollkeeper PORTVERSION= 0.3.14 @@ -31,7 +31,7 @@ DOCBOOK_VERSION=4.2 USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_BISON= yes USE_GNOME= gnomehack gnomehier gnometarget libxslt intlhack USE_LDCONFIG= yes |