aboutsummaryrefslogtreecommitdiffstats
path: root/www/sarg
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2013-08-09 22:05:52 +0800
committerdinoex <dinoex@FreeBSD.org>2013-08-09 22:05:52 +0800
commit14d2aa29a0faada324c532f4dd6339b0d61a7262 (patch)
tree4b54bdffc904e7c6b2e7107151b63bada3f0ecb6 /www/sarg
parenta46f79024f1840906c8b267d5228b5a662b00b13 (diff)
downloadfreebsd-ports-gnome-14d2aa29a0faada324c532f4dd6339b0d61a7262.tar.gz
freebsd-ports-gnome-14d2aa29a0faada324c532f4dd6339b0d61a7262.tar.zst
freebsd-ports-gnome-14d2aa29a0faada324c532f4dd6339b0d61a7262.zip
- update libdg to 2.1.0
Diffstat (limited to 'www/sarg')
-rw-r--r--www/sarg/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile
index 92dbada83b14..555f4f6dfc3a 100644
--- a/www/sarg/Makefile
+++ b/www/sarg/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sarg
PORTVERSION= 2.3.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -30,7 +30,7 @@ CONFIGURE_ARGS= CPPFLAGS=-I${LOCALBASE}/include \
MAN1= sarg.1
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
PLIST_SUB+= NLS=""
@@ -93,4 +93,4 @@ post-patch:
pre-configure:
@(cd ${WRKSRC} && ${AUTORECONF})
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>