diff options
-rw-r--r-- | net/py-samba/Makefile | 2 | ||||
-rw-r--r-- | net/samba-libsmbclient/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/py-samba/Makefile b/net/py-samba/Makefile index d6512b08a30..0064a0b3a15 100644 --- a/net/py-samba/Makefile +++ b/net/py-samba/Makefile @@ -14,7 +14,7 @@ COMMENT= Python bindings for Samba CONFLICTS= -SAMBA_PORT= samba3 +SAMBA_PORT?= samba3 SAMBA_SUBPORT= yes MASTERDIR= ${.CURDIR}/../${SAMBA_PORT} diff --git a/net/samba-libsmbclient/Makefile b/net/samba-libsmbclient/Makefile index 34695d3308f..162c70858ff 100644 --- a/net/samba-libsmbclient/Makefile +++ b/net/samba-libsmbclient/Makefile @@ -13,7 +13,7 @@ COMMENT= Shared libs from the samba package CONFLICTS= -SAMBA_PORT= samba3 +SAMBA_PORT?= samba3 SAMBA_SUBPORT= yes MASTERDIR= ${.CURDIR}/../${SAMBA_PORT} |