summaryrefslogtreecommitdiff
path: root/mail/liamail
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
commitb185046be2ec03555daaf4f26d38542c403a9955 (patch)
tree0274ce607614533de66837fc1f70d4c35770d9e1 /mail/liamail
parentUpdate to 0.2.3 (diff)
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Notes
Notes: svn path=/head/; revision=84842
Diffstat (limited to 'mail/liamail')
-rw-r--r--mail/liamail/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/liamail/Makefile b/mail/liamail/Makefile
index ba9a8acac069..6567bb3d1657 100644
--- a/mail/liamail/Makefile
+++ b/mail/liamail/Makefile
@@ -8,6 +8,7 @@
PORTNAME= liamail
PORTVERSION= 0.4
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,20 +16,16 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= kde@freebsd.org
COMMENT= A graphical mail client
-LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
-
USE_REINPLACE= yes
USE_QT_VER= 2
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -lgnugetopt" \
- QTDIR="${X11BASE}"
+CONFIGURE_ENV= QTDIR="${X11BASE}"
USE_GMAKE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile"
+BROKEN= "Does not compile"
.endif
post-patch: