diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
commit | b185046be2ec03555daaf4f26d38542c403a9955 (patch) | |
tree | 0274ce607614533de66837fc1f70d4c35770d9e1 /mail/liamail | |
parent | 88d002074007544d532f2495aeb93729291e6275 (diff) |
Notes
Diffstat (limited to 'mail/liamail')
-rw-r--r-- | mail/liamail/Makefile | 9 |
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: |