diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-11-20 22:18:25 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-11-20 22:18:25 +0800 |
commit | 6c4066ff6ddb81ca0f738c04ec1ded138720fb99 (patch) | |
tree | 9efa54e3aae8ed464b897cea0be0f1ed83865448 /print/libgnomeprint/Makefile | |
parent | 7d9253571a1abc4b4aad1fc127b4a6b7da415c13 (diff) | |
download | freebsd-ports-gnome-6c4066ff6ddb81ca0f738c04ec1ded138720fb99.tar.gz freebsd-ports-gnome-6c4066ff6ddb81ca0f738c04ec1ded138720fb99.tar.zst freebsd-ports-gnome-6c4066ff6ddb81ca0f738c04ec1ded138720fb99.zip |
Update to 0.32.
Diffstat (limited to 'print/libgnomeprint/Makefile')
-rw-r--r-- | print/libgnomeprint/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 8035022ec588..f2146a9fbf17 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeprint -PORTVERSION= 0.31 +PORTVERSION= 0.32 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-print @@ -24,8 +24,7 @@ USE_PERL5= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ - `gdk-pixbuf-config --cflags`" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" pre-patch: |