summaryrefslogtreecommitdiff
path: root/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
parentSeems like we're the only ones still hosting the distfile. (diff)
include bsd.port.pre.mk after OPTIONS
Pointed out by: ale
Notes
Notes: svn path=/head/; revision=144486
Diffstat (limited to '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>