aboutsummaryrefslogtreecommitdiff
path: root/print/xfce4-print
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-10-07 14:29:49 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-10-07 14:29:49 +0000
commita2f91a2fceb50a3e516ee7c6ac9513ee53e909b5 (patch)
tree0e2218748631a6ecd2f0b5a238ea10a2b48431bb /print/xfce4-print
parent82b04efd238fe76e501ded57b3fc34c418713223 (diff)
downloadports-a2f91a2fceb50a3e516ee7c6ac9513ee53e909b5.tar.gz
ports-a2f91a2fceb50a3e516ee7c6ac9513ee53e909b5.zip
Notes
Diffstat (limited to 'print/xfce4-print')
-rw-r--r--print/xfce4-print/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile
index 6e42001cd942..f4ad3ce2fd78 100644
--- a/print/xfce4-print/Makefile
+++ b/print/xfce4-print/Makefile
@@ -38,6 +38,8 @@ CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
OPTIONS= LPR "Use lpr as printing system" on\
CUPS "Use cups as printing system" off
+.include <bsd.port.pre.mk>
+
.if defined(WITH_CUPS)
CONFIGURE_ARGS+=--enable-cups
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
@@ -73,4 +75,4 @@ post-patch:
${REINPLACE_CMD} -e 's/@LDFLAGS@/& -Wl,-E/' ${WRKSRC}/xfprint/Makefile.in \
${WRKSRC}/xfprint-manager/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>