diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-02-02 14:17:53 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-02-02 14:17:53 +0000 |
commit | 8c90f843b802da86ed88a5202d9366e36b668ca4 (patch) | |
tree | 64af543fa92c51ea4d2728f85c55f01029aadcab /print/gnomeprint | |
parent | 43346c0638ff66b819c8c74cd6f1c93707adc9b9 (diff) | |
download | ports-8c90f843b802da86ed88a5202d9366e36b668ca4.tar.gz ports-8c90f843b802da86ed88a5202d9366e36b668ca4.zip |
Notes
Diffstat (limited to 'print/gnomeprint')
-rw-r--r-- | print/gnomeprint/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile index 42c0882cc393..3a68878cc7dd 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: |