Skip to content

Commit

Permalink
Apparently USES doesn't work properly after bsd.port.pre.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
crees committed Nov 24, 2014
1 parent ca1e076 commit 7a3a670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysutils/cfengine35/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ TOKYOCABINET_DESC= Enable TokyoCabinet database backend
QDBM_DESC= Enable QDBM database backend
OPTIONS_DEFAULT=TOKYOCABINET

.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MTOKYOCABINET}
CONFIGURE_ARGS+= --with-tokyocabinet=${LOCALBASE}
Expand Down Expand Up @@ -78,4 +78,4 @@ CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE}
LIB_DEPENDS+= libvirt.so:${PORTSDIR}/devel/libvirt
.endif

.include <bsd.port.post.mk>
.include <bsd.port.mk>

0 comments on commit 7a3a670

Please sign in to comment.