diff options
author | oliver <oliver@FreeBSD.org> | 2005-10-07 14:29:49 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-10-07 14:29:49 +0000 |
commit | 9edad4ef128e859bf006f7504d7f98291022b084 (patch) | |
tree | 1d9a874e53ad46923ffb783432d9f7c5aa4816f6 /print | |
parent | 0d4571bb07842afdb80f2df15f1c250a06db1787 (diff) | |
download | FreeBSD-ports-9edad4ef128e859bf006f7504d7f98291022b084.zip FreeBSD-ports-9edad4ef128e859bf006f7504d7f98291022b084.tar.gz |
include bsd.port.pre.mk after OPTIONS
Pointed out by: ale
Diffstat (limited to 'print')
-rw-r--r-- | print/xfce4-print/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index 6e42001..f4ad3ce 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> |