diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-23 02:05:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-23 02:05:04 +0800 |
commit | 4ab0594f63e38be08f045ae986deea85d9f8e781 (patch) | |
tree | 5ccc149311d24585961d9a2cf90f90b5de162a2d /security/cracklib | |
parent | 144134eb9b1691db727f497d0fe3e24da49605ee (diff) | |
download | freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.tar.gz freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.tar.zst freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.zip |
Fix NO_STAGE attribution
Diffstat (limited to 'security/cracklib')
-rw-r--r-- | security/cracklib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cracklib/Makefile b/security/cracklib/Makefile index 75b5aa516df7..5e577b175434 100644 --- a/security/cracklib/Makefile +++ b/security/cracklib/Makefile @@ -20,6 +20,7 @@ DICTFILE= ${DICTPATH}/pw_dict GNU_CONFIGURE= yes CONFIGURE_ARGS=--with-default-dict=${DICTPATH} USE_LDCONFIG= yes +NO_STAGE= yes .if defined(PYTHON_SLAVEPORT) USE_PYTHON= yes @@ -57,7 +58,6 @@ PLIST_FILES= include/crack.h \ .endif .if defined(PYTHON_SLAVEPORT) -NO_STAGE= yes pre-build: cd ${WRKSRC}/lib && ${MAKE} libcrack.la |