diff options
author | clement <clement@FreeBSD.org> | 2004-03-26 05:26:53 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-03-26 05:26:53 +0800 |
commit | fbbb81e8a6189a03438ff5fe53e79e1a8f90c7c8 (patch) | |
tree | b29ae43b8662e9ec6585420d6139a07b3dda3601 /security/libprelude | |
parent | c6f7ee27cfcb6d9f188a9de3d47f017a27b3ac74 (diff) | |
download | freebsd-ports-gnome-fbbb81e8a6189a03438ff5fe53e79e1a8f90c7c8.tar.gz freebsd-ports-gnome-fbbb81e8a6189a03438ff5fe53e79e1a8f90c7c8.tar.zst freebsd-ports-gnome-fbbb81e8a6189a03438ff5fe53e79e1a8f90c7c8.zip |
- Use CONFIGURE_TARGET instead of --program-prefix=""
Reminded by: -ports@ discussion
Diffstat (limited to 'security/libprelude')
-rw-r--r-- | security/libprelude/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index 014f6e751529..fcafe655e7ba 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -16,8 +16,8 @@ USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes -CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc \ - --program-prefix="" --localstatedir=/var +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc --localstatedir=/var .if defined(WITHOUT_SSL) CONFIGURE_ARGS+= --disable-openssl |