diff options
author | tg <tg@FreeBSD.org> | 1998-08-11 07:38:01 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-08-11 07:38:01 +0000 |
commit | 8df55d74ba97183b8dcfa646bbbf982ff9e76a6d (patch) | |
tree | e48d49e693efa92074420e50b9a62fb959d9cc62 /x11-toolkits/py-gtk2/Makefile | |
parent | 2de65a2ca6bb3528aa57ae608baede16c1a3be21 (diff) | |
download | FreeBSD-ports-8df55d74ba97183b8dcfa646bbbf982ff9e76a6d.zip FreeBSD-ports-8df55d74ba97183b8dcfa646bbbf982ff9e76a6d.tar.gz |
Some fixes: depend on libImlib, get the correct linker path
to libraries in ${LOCALBASE}.
Diffstat (limited to 'x11-toolkits/py-gtk2/Makefile')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 922f8a8..ae302b6 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -3,7 +3,7 @@ # Date created: 30 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.8 1998/08/07 22:56:38 asami Exp $ +# $Id: Makefile,v 1.9 1998/08/07 23:56:51 asami Exp $ # DISTNAME= pygtk-0.4.5 @@ -18,10 +18,8 @@ MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \ MAINTAINER= ports@FreeBSD.ORG BUILD_DEPENDS= python:${PORTSDIR}/lang/python +LIB_DEPENDS= Imlib\\.1\\.7:${PORTSDIR}/graphics/imlib RUN_DEPENDS= python:${PORTSDIR}/lang/python -LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11-toolkits/gtk - -BROKEN= glib.h GNU_CONFIGURE= yes ALL_TARGET= sharedmods |