diff options
author | cy <cy@FreeBSD.org> | 2012-04-19 21:34:08 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2012-04-19 21:34:08 +0800 |
commit | 5345db46f4ebbcd94778b9f3be3ba2c635fc1449 (patch) | |
tree | e3c5ddf0559ab01d6b56b8265643934a7faa9c50 /sysutils | |
parent | 222d91bb445473352329bc6297443d07350da750 (diff) | |
download | freebsd-ports-gnome-5345db46f4ebbcd94778b9f3be3ba2c635fc1449.tar.gz freebsd-ports-gnome-5345db46f4ebbcd94778b9f3be3ba2c635fc1449.tar.zst freebsd-ports-gnome-5345db46f4ebbcd94778b9f3be3ba2c635fc1449.zip |
Toykocabinet or QDBM must be used (but not both as already in the port).
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cfengine3-legacy/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cfengine3/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/cfengine3-legacy/Makefile b/sysutils/cfengine3-legacy/Makefile index 7af0239439a8..f14e892a59fc 100644 --- a/sysutils/cfengine3-legacy/Makefile +++ b/sysutils/cfengine3-legacy/Makefile @@ -42,6 +42,10 @@ OPTIONS= PCRE "Enable Perl-compatible regular expressions" on \ BROKEN= TOKYOCABINET and QDBM are mutuallly exclusive .endif +.if !defined(WITH_TOKYOCABINET) && !defined(WITH_QDBM) +BROKEN= TOKYOCABINET or QDBM must be defined +.endif + .if defined(WITH_PCRE) LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+= --with-pcre=${LOCALBASE} diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile index 7af0239439a8..f14e892a59fc 100644 --- a/sysutils/cfengine3/Makefile +++ b/sysutils/cfengine3/Makefile @@ -42,6 +42,10 @@ OPTIONS= PCRE "Enable Perl-compatible regular expressions" on \ BROKEN= TOKYOCABINET and QDBM are mutuallly exclusive .endif +.if !defined(WITH_TOKYOCABINET) && !defined(WITH_QDBM) +BROKEN= TOKYOCABINET or QDBM must be defined +.endif + .if defined(WITH_PCRE) LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+= --with-pcre=${LOCALBASE} |