diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-02-02 14:17:53 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-02-02 14:17:53 +0000 |
commit | 547e81e1925645a781c2c1d46934968ea24e0ce4 (patch) | |
tree | ccfcfde908354ec2f577a2b57482d530c2f126c0 | |
parent | 8bd5a2fea533e32b184e93072214b9c59e8bbb63 (diff) | |
download | FreeBSD-ports-547e81e1925645a781c2c1d46934968ea24e0ce4.zip FreeBSD-ports-547e81e1925645a781c2c1d46934968ea24e0ce4.tar.gz |
Portlint, libtool.
PR: ports/9826
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
-rw-r--r-- | print/gnome-print/Makefile | 8 | ||||
-rw-r--r-- | print/gnomeprint/Makefile | 8 | ||||
-rw-r--r-- | print/libgnomeprint/Makefile | 8 |
3 files changed, 9 insertions, 15 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 42c0882..3a68878c 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -3,12 +3,12 @@ # Date created: 15 Jan 1999 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1999/01/17 20:19:18 vanilla Exp $ +# $Id: Makefile,v 1.2 1999/01/27 08:31:52 fenner Exp $ # DISTNAME= gnome-print-0.0.3 PKGNAME= gnomeprint-0.0.3 -CATEGORIES= print +CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= gnome-print @@ -23,10 +23,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --with-gnome=${X11BASE} -CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \ - -I${X11BASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ - GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" post-install: diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile index 42c0882..3a68878c 100644 --- a/print/gnomeprint/Makefile +++ b/print/gnomeprint/Makefile @@ -3,12 +3,12 @@ # Date created: 15 Jan 1999 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1999/01/17 20:19:18 vanilla Exp $ +# $Id: Makefile,v 1.2 1999/01/27 08:31:52 fenner Exp $ # DISTNAME= gnome-print-0.0.3 PKGNAME= gnomeprint-0.0.3 -CATEGORIES= print +CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= gnome-print @@ -23,10 +23,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --with-gnome=${X11BASE} -CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \ - -I${X11BASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ - GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" post-install: diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 42c0882..3a68878c 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -3,12 +3,12 @@ # Date created: 15 Jan 1999 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1999/01/17 20:19:18 vanilla Exp $ +# $Id: Makefile,v 1.2 1999/01/27 08:31:52 fenner Exp $ # DISTNAME= gnome-print-0.0.3 PKGNAME= gnomeprint-0.0.3 -CATEGORIES= print +CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= gnome-print @@ -23,10 +23,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --with-gnome=${X11BASE} -CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \ - -I${X11BASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ - GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" post-install: |