From 971087c2b4d6b0b917e3fac3ac1334b04f7c9907 Mon Sep 17 00:00:00 2001 From: sf Date: Mon, 14 Jul 2003 02:53:03 +0000 Subject: get rid of libgnugetopt dependency for -CURRENT, use USE_GETOPT_LONG instead. --- mail/liamail/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'mail') 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 .if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" +BROKEN= "Does not compile" .endif post-patch: -- cgit a title='freebsd-ports-gnome' href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - drop maintainership r361357dinoex2014-07-19