diff options
author | trevor <trevor@FreeBSD.org> | 2005-09-24 00:21:45 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-09-24 00:21:45 +0800 |
commit | 802105825175f0a278eba1be4549337a51c57c1a (patch) | |
tree | 71219b773e2631519357cefd2e5742dd6a97b2fd /security | |
parent | b5f76ef6482d79edb194eafdef3dfbf9b2b30336 (diff) | |
download | freebsd-ports-gnome-802105825175f0a278eba1be4549337a51c57c1a.tar.gz freebsd-ports-gnome-802105825175f0a278eba1be4549337a51c57c1a.tar.zst freebsd-ports-gnome-802105825175f0a278eba1be4549337a51c57c1a.zip |
Checking MACHINE_ARCH is deprecated.
Diffstat (limited to 'security')
-rw-r--r-- | security/mcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index d9d479c92f86..36fd5e19bef1 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --enable-static --with-catgets CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} GNU_CONFIGURE= yes DOCS= FORMAT magic MAN1= mcrypt.1 |