diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-10 06:05:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-10 06:05:06 +0000 |
commit | 60b3a84279e0657b047e05ed4f622cf401e2376b (patch) | |
tree | 87924704af779c872d6c2a33013016cf3fa9e056 /print | |
parent | 774716a88ba9c4ee1166ca8ac4b5c3ec13b56a6a (diff) | |
download | ports-60b3a84279e0657b047e05ed4f622cf401e2376b.tar.gz ports-60b3a84279e0657b047e05ed4f622cf401e2376b.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-cups-manager/Makefile | 1 | ||||
-rw-r--r-- | print/gnome-print/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/print/gnome-cups-manager/Makefile b/print/gnome-cups-manager/Makefile index 2b94526f2adf..bc97c1cff4ff 100644 --- a/print/gnome-cups-manager/Makefile +++ b/print/gnome-cups-manager/Makefile @@ -20,6 +20,7 @@ COMMENT= Admistration tool for cups LIB_DEPENDS= gnomecups-1.0.1:${PORTSDIR}/print/libgnomecups RUN_DEPENDS= gnomesu:${PORTSDIR}/security/libgnomesu +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index ab97e549da2e..188bd4be43af 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -25,6 +25,7 @@ USE_GHOSTSCRIPT_RUN= yes PLIST_SUB= VERSION=${PORTVERSION} +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes |