aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>