diff options
Diffstat (limited to 'mail/xc-mail/Makefile')
-rw-r--r-- | mail/xc-mail/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/mail/xc-mail/Makefile b/mail/xc-mail/Makefile index b8bf47c861e2..e57be030ee5c 100644 --- a/mail/xc-mail/Makefile +++ b/mail/xc-mail/Makefile @@ -7,10 +7,10 @@ PORTNAME= xc-mail PORTVERSION= 2.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= xcmail MAINTAINER= ports@FreeBSD.org @@ -21,16 +21,14 @@ LIB_DEPENDS= Xclasses.1:${PORTSDIR}/x11-toolkits/xclasses GNU_CONFIGURE= yes ONLY_FOR_ARCHS= arm i386 USE_GMAKE= yes -USE_X_PREFIX= yes +USE_XORG= x11 -CONFIGURE_ARGS= --includedir=${X11BASE}/include/ \ - --libdir=${X11BASE}/lib/ \ - --x-includes=${X11BASE}/include/ \ - --x-libraries=${X11BASE}/lib/ +CONFIGURE_ARGS= --includedir=${LOCALBASE}/include/ \ + --libdir=${LOCALBASE}/lib/ -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LDFLAGS="-L${X11BASE}/lib" \ - LIBS="-L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + LIBS="-L${LOCALBASE}/lib" .include <bsd.port.pre.mk> |