diff options
author | tg <tg@FreeBSD.org> | 1998-08-11 15:38:01 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-08-11 15:38:01 +0800 |
commit | 8df55d74ba97183b8dcfa646bbbf982ff9e76a6d (patch) | |
tree | e48d49e693efa92074420e50b9a62fb959d9cc62 | |
parent | 2de65a2ca6bb3528aa57ae608baede16c1a3be21 (diff) | |
download | freebsd-ports-graphics-8df55d74ba97183b8dcfa646bbbf982ff9e76a6d.tar.gz freebsd-ports-graphics-8df55d74ba97183b8dcfa646bbbf982ff9e76a6d.tar.zst freebsd-ports-graphics-8df55d74ba97183b8dcfa646bbbf982ff9e76a6d.zip |
Some fixes: depend on libImlib, get the correct linker path
to libraries in ${LOCALBASE}.
-rw-r--r-- | x11-toolkits/py-gnome/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 6 |
4 files changed, 8 insertions, 16 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index 922f8a8086b..ae302b6ccd9 100644 --- a/x11-toolkits/py-gnome/Makefile +++ b/x11-toolkits/py-gnome/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 diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 922f8a8086b..ae302b6ccd9 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/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 diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index 922f8a8086b..ae302b6ccd9 100644 --- a/x11-toolkits/py-gtk/Makefile +++ b/x11-toolkits/py-gtk/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 diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 922f8a8086b..ae302b6ccd9 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 |