diff options
author | sf <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
commit | 971087c2b4d6b0b917e3fac3ac1334b04f7c9907 (patch) | |
tree | 7181a8316bbb1b7be4386d9173b3c6ace07025da /mail | |
parent | 0cc85c09b55a7d94ca1d7c16c8eedae091f2840c (diff) | |
download | FreeBSD-ports-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.zip FreeBSD-ports-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.tar.gz |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Diffstat (limited to 'mail')
-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 ba9a8ac..6567bb3 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: |