diff options
Diffstat (limited to 'graphics/passepartout/Makefile')
-rw-r--r-- | graphics/passepartout/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/passepartout/Makefile b/graphics/passepartout/Makefile index 62fccce757d2..265c325645e2 100644 --- a/graphics/passepartout/Makefile +++ b/graphics/passepartout/Makefile @@ -27,8 +27,8 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack GNU_CONFIGURE= yes -CONFIGURE_ENV= CFALGS=-I${LOCALBASE}/include \ - LDFLAGS=-L${LOCALBASE}/lib +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAN1= xml2ps.1 passepartout.1x |