diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-25 16:20:10 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-25 16:20:10 +0000 |
| commit | 3b749e5661f4084293e4fe21d6f045125f70ad04 (patch) | |
| tree | 60346a85e7019516aa7b25b5a80a75dc272b0af0 | |
| parent | - Fix smartd to detect drives if the first drive has two-digit number (like (diff) | |
- Fix build
- Bump PORTREVISION
PR: 110794
Submitted by: miwi
Approved by: maintainer
| -rw-r--r-- | mail/libetpan/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index 59079d44b3bf..19b94d2123f3 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -8,6 +8,7 @@ PORTNAME= libetpan PORTVERSION= 0.49 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,6 +21,7 @@ USE_AUTOTOOLS= libtool:15 autoconf:259 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes +USE_GMAKE= YES CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |
