aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/poppler-qt4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/poppler-qt4/Makefile')
-rw-r--r--graphics/poppler-qt4/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/poppler-qt4/Makefile b/graphics/poppler-qt4/Makefile
index 9f2274b9a69d..7b80148fd5ef 100644
--- a/graphics/poppler-qt4/Makefile
+++ b/graphics/poppler-qt4/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: poppler-qt4
-# Date created: June 26, 2007
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/graphics/poppler-qt4/Makefile,v 1.15 2010/07/07 13:03:19 kwm Exp $
-#
+# $MCom: ports/graphics/poppler-qt4/Makefile,v 1.18 2012/10/14 23:04:21 kwm Exp $
-PORTREVISION= 1
+PORTREVISION= 0
PKGNAMESUFFIX= -qt4
MAINTAINER= gnome@FreeBSD.org
@@ -16,4 +12,8 @@ MASTERDIR= ${.CURDIR}/../../graphics/poppler
SLAVEPORT= qt4
PLIST= ${.CURDIR}/pkg-plist
+pre-build:
+ cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
+ Makefile ${MAKE_ARGS} libpoppler-arthur.la
+
.include "${MASTERDIR}/Makefile"