diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:45:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:45:47 +0000 |
commit | fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad (patch) | |
tree | 33e0370986f010eb39f7c107403d9543c3a36534 /devel/log4shib | |
parent | efeb4f1aa71c145d0087b4aa1ddf960e3556f74a (diff) | |
download | ports-fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad.tar.gz ports-fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad.zip |
Notes
Diffstat (limited to 'devel/log4shib')
-rw-r--r-- | devel/log4shib/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/devel/log4shib/Makefile b/devel/log4shib/Makefile index f199c3dce320..010deb3e90e3 100644 --- a/devel/log4shib/Makefile +++ b/devel/log4shib/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: log4shib -# Date created: Feb 13 2008 -# Whom: vanilla -# +# Created by: vanilla # $FreeBSD$ -# PORTNAME= log4shib DISTVERSION= 1.0.7 @@ -15,13 +10,11 @@ MAINTAINER= girgen@FreeBSD.org COMMENT= A library of C++ classes for flexible logging USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes -USE_GNOME= pkgconfig gnomehack CONFIGURE_ARGS= --disable-html-docs --disable-doxygen USE_LDCONFIG= yes -USES= pathfix post-patch: @${REINPLACE_CMD} -e 's| -pedantic||g' ${WRKSRC}/configure |