summaryrefslogtreecommitdiffstats
path: root/graphics/poppler-gtk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/poppler-gtk/Makefile')
-rw-r--r--graphics/poppler-gtk/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/poppler-gtk/Makefile b/graphics/poppler-gtk/Makefile
index 2baa4b942..423d47ba2 100644
--- a/graphics/poppler-gtk/Makefile
+++ b/graphics/poppler-gtk/Makefile
@@ -3,9 +3,9 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/poppler-gtk/Makefile,v 1.1 2006/01/12 21:04:49 ahze Exp $
+# $MCom: ports/graphics/poppler-gtk/Makefile,v 1.2 2006/02/24 18:50:35 marcus Exp $
-PORTREVISION= 1
+PORTREVISION= 0
PKGNAMESUFFIX= -gtk
MAINTAINER= gnome@FreeBSD.org
@@ -15,4 +15,8 @@ MASTERDIR= ${.CURDIR}/../../graphics/poppler
SLAVEPORT= gtk
PLIST= ${.CURDIR}/pkg-plist
+pre-build:
+ cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
+ Makefile ${MAKE_ARGS} libpoppler-cairo.la
+
.include "${MASTERDIR}/Makefile"