diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 08:14:54 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 08:14:54 +0800 |
commit | 32f4b98d364ab7e634b9cb207331927f82d0fd6e (patch) | |
tree | 5f22498747e470d9603c10d2048ed8c4582381ca /print/gutenprint-base/Makefile | |
parent | 407c21d3ed0cc59ee735e1c779ac1b7958a3528b (diff) | |
download | marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.gz marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.bz2 marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.lz marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.xz marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.tar.zst marcuscom-ports-32f4b98d364ab7e634b9cb207331927f82d0fd6e.zip |
Update for new libtool world order.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5756 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/gutenprint-base/Makefile')
-rw-r--r-- | print/gutenprint-base/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/gutenprint-base/Makefile b/print/gutenprint-base/Makefile index 9d0bb1f2b..d508151d8 100644 --- a/print/gutenprint-base/Makefile +++ b/print/gutenprint-base/Makefile @@ -3,10 +3,11 @@ # Whom: dgilbert@velocet.ca # # $FreeBSD$ -# $MCom: ports/print/gutenprint/Makefile,v 1.1 2006/01/25 23:03:16 ahze Exp $ +# $MCom: ports/print/gutenprint/Makefile,v 1.2 2006/01/31 20:36:52 marcus Exp $ PORTNAME= gutenprint DISTVERSION= 5.0.0-rc2 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gimp-print @@ -21,7 +22,7 @@ USE_GETTEXT= yes USE_GETOPT_LONG= yes USE_GMAKE= yes USE_GNOME= gnomehack gnometarget -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-gimp=no --with-gimp2=no INSTALLS_SHLIB= yes |