diff options
author | asami <asami@FreeBSD.org> | 1998-12-22 16:22:08 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-22 16:22:08 +0800 |
commit | 1a05cd094321d5d2c2f6d332078e7777782a9b42 (patch) | |
tree | 2fd66c5b191a3e52f38dc9e4be163ffb6745d03e /ftp/pavuk | |
parent | a447ecc2eaf9e4d64b600d66fea4c111eb489a21 (diff) | |
download | freebsd-ports-gnome-1a05cd094321d5d2c2f6d332078e7777782a9b42.tar.gz freebsd-ports-gnome-1a05cd094321d5d2c2f6d332078e7777782a9b42.tar.zst freebsd-ports-gnome-1a05cd094321d5d2c2f6d332078e7777782a9b42.zip |
gtk11 library is called gtk11, not gtk.
Diffstat (limited to 'ftp/pavuk')
-rw-r--r-- | ftp/pavuk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile index 26cfb392918b..2873f0363b33 100644 --- a/ftp/pavuk/Makefile +++ b/ftp/pavuk/Makefile @@ -3,7 +3,7 @@ # Date created: 19 March 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/16 22:37:40 billf Exp $ # DISTNAME= pavuk-0.9pl3 @@ -18,7 +18,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - gtk.1:${PORTSDIR}/x11-toolkits/gtk11 + gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 USE_XLIB= yes GNU_CONFIGURE= yes |