diff options
Diffstat (limited to 'print/gnomeprint/Makefile')
-rw-r--r-- | print/gnomeprint/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile index 8035022ec588..f2146a9fbf17 100644 --- a/print/gnomeprint/Makefile +++ b/print/gnomeprint/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: |