summaryrefslogtreecommitdiff
path: root/ftp/pavuk/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-12-16 03:17:38 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-12-16 03:17:38 +0000
commitbfbc2698d2b29106bdb086de5e5b5e9e1eec66ed (patch)
tree8a07fd8bc8faa4a14f39242b5684576fc2536adc /ftp/pavuk/Makefile
parentUpgrade to 0.10 (diff)
Update to 0.9.27
PR: 23567 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=36019
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 86660d4d5bd0..5edbabbd97c2 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