diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /print/gutenprint-base | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'print/gutenprint-base')
-rw-r--r-- | print/gutenprint-base/Makefile | 4 | ||||
-rw-r--r-- | print/gutenprint-base/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/print/gutenprint-base/Makefile b/print/gutenprint-base/Makefile index 89d47e7715f1..3c4ed874160a 100644 --- a/print/gutenprint-base/Makefile +++ b/print/gutenprint-base/Makefile @@ -6,7 +6,7 @@ PORTNAME= gimp-print PORTVERSION= 4.2.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,7 @@ USE_GETTEXT= yes USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-gimp=no INSTALLS_SHLIB= yes diff --git a/print/gutenprint-base/pkg-plist b/print/gutenprint-base/pkg-plist index e95bd54adbd7..e7bd24eccf55 100644 --- a/print/gutenprint-base/pkg-plist +++ b/print/gutenprint-base/pkg-plist @@ -6,6 +6,7 @@ bin/gimpprint-config %%CUPS%%etc/cups/command.types include/gimp-print/gimp-print.h lib/libgimpprint.a +lib/libgimpprint.la lib/libgimpprint.so lib/libgimpprint.so.2 %%CUPS%%libexec/cups/backend/canon |