diff options
author | flathill <flathill@FreeBSD.org> | 1999-05-05 22:03:29 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-05-05 22:03:29 +0800 |
commit | 8cdde615a7794df578db6ff75ee88af00a77759e (patch) | |
tree | fe152156eff19753a39c88160eb0ec8a34904f49 /ftp/pavuk/Makefile | |
parent | ca80df0c91bf9d4c08685eec5727d711aafe9a3c (diff) | |
download | freebsd-ports-gnome-8cdde615a7794df578db6ff75ee88af00a77759e.tar.gz freebsd-ports-gnome-8cdde615a7794df578db6ff75ee88af00a77759e.tar.zst freebsd-ports-gnome-8cdde615a7794df578db6ff75ee88af00a77759e.zip |
Update to 0.9pl11
PR: ports/11496
Submitted by: cpiazza@home.net
Diffstat (limited to 'ftp/pavuk/Makefile')
-rw-r--r-- | ftp/pavuk/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile index a21acfb04ff6..826ea26e543d 100644 --- a/ftp/pavuk/Makefile +++ b/ftp/pavuk/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: pavuk -# Version required: 0.9pl3 +# Version required: 0.9pl11 # Date created: 19 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.3 1999/03/15 01:50:13 steve Exp $ +# $Id: Makefile,v 1.4 1999/04/22 08:01:56 mharo Exp $ # -DISTNAME= pavuk-0.9pl9 -PKGNAME= pavuk-0.9.9 +DISTNAME= pavuk-0.9pl11 +PKGNAME= pavuk-0.9.11 CATEGORIES= net www MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://ftp.idata.sk/pub/unix/www/ @@ -16,8 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes USE_GMAKE= yes |