aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/pavuk/Makefile
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2000-12-16 11:17:38 +0800
committerkevlo <kevlo@FreeBSD.org>2000-12-16 11:17:38 +0800
commit8542f0fdeab126a63f0783d357b6eba5d96ef028 (patch)
treef3aee27314b79ff43291ae50339be168e596402a /ftp/pavuk/Makefile
parent71a5caaf95168f52c8b17b64bef13c52905dfd4d (diff)
downloadfreebsd-ports-graphics-8542f0fdeab126a63f0783d357b6eba5d96ef028.tar.gz
freebsd-ports-graphics-8542f0fdeab126a63f0783d357b6eba5d96ef028.tar.zst
freebsd-ports-graphics-8542f0fdeab126a63f0783d357b6eba5d96ef028.zip
Update to 0.9.27
PR: 23567 Submitted by: Ports Fury
Diffstat (limited to 'ftp/pavuk/Makefile')
-rw-r--r--ftp/pavuk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile
index 86660d4d5bd..5edbabbd97c 100644
--- a/ftp/pavuk/Makefile
+++ b/ftp/pavuk/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= pavuk
-PORTVERSION= 0.9.26
+PORTVERSION= 0.9.27
CATEGORIES= ftp www
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.idata.sk/~ondrej/sw/
MASTER_SITE_SUBDIR= apps/www/mirroring
-DISTNAME= ${PORTNAME}-0.9pl26
+DISTNAME= ${PORTNAME}-0.9pl27
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
@@ -32,7 +32,7 @@ MAN1= pavuk.1
.if defined(HAVE_GTK)
USE_GTK= yes
-CONFIGURE_ARGS+= --with-gtk-config="${GTK_CONFIG:T}"
+CONFIGURE_ARGS+= --with-gtk-config="${GTK_CONFIG}"
.else
CONFIGURE_ARGS+= --disable-gtk
.endif