diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-18 03:24:13 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-18 03:24:13 +0800 |
commit | ae1d0feebf07fec43cc7fac16a14a82b0e7036e9 (patch) | |
tree | 06193f5d40a70a20315c15c15be442ae03d34f82 | |
parent | 21e508be2ba92e33a047359b13c5c96fa78e7f47 (diff) | |
download | marcuscom-ports-ae1d0feebf07fec43cc7fac16a14a82b0e7036e9.tar marcuscom-ports-ae1d0feebf07fec43cc7fac16a14a82b0e7036e9.tar.gz marcuscom-ports-ae1d0feebf07fec43cc7fac16a14a82b0e7036e9.tar.bz2 marcuscom-ports-ae1d0feebf07fec43cc7fac16a14a82b0e7036e9.tar.lz marcuscom-ports-ae1d0feebf07fec43cc7fac16a14a82b0e7036e9.tar.xz marcuscom-ports-ae1d0feebf07fec43cc7fac16a14a82b0e7036e9.tar.zst marcuscom-ports-ae1d0feebf07fec43cc7fac16a14a82b0e7036e9.zip |
Use gnometarget.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@674 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | mail/evolution-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile index eb720b7d2..c7efe7aa8 100644 --- a/mail/evolution-devel/Makefile +++ b/mail/evolution-devel/Makefile @@ -36,7 +36,7 @@ LIB_DEPENDS+= gpilotdconduit.2:${PORTSDIR}/palm/gnomepilot2 USE_GMAKE= yes USE_BISON= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack gnometarget USE_REINPLACE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes @@ -46,7 +46,6 @@ CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \ --with-nspr-libs=${LOCALBASE}/lib \ --with-nss-includes=${LOCALBASE}/include/nss/nss \ --with-nss-libs=${LOCALBASE}/lib -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if defined(WITH_LDAP) CONFIGURE_ARGS+= --with-openldap=${LOCALBASE} |