diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 08:22:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 08:22:08 +0000 |
commit | b8bdf9830980d47a985772c953e7f17825e321c8 (patch) | |
tree | 5787fea21deeb75dc913fd78981d08cd505b8a41 /ftp | |
parent | 7ef8df33e2741663eb3e6a7b687db72075f4be5c (diff) | |
download | ports-b8bdf9830980d47a985772c953e7f17825e321c8.tar.gz ports-b8bdf9830980d47a985772c953e7f17825e321c8.zip |
Notes
Diffstat (limited to 'ftp')
-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 |