diff options
author | asami <asami@FreeBSD.org> | 1998-09-25 17:52:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-25 17:52:45 +0800 |
commit | 39486a960db0b61356414b37ce7a1736889dc93f (patch) | |
tree | 0b91fe7e28f699f0cd6632201215ec44b730abe2 /x11-toolkits/py-gnome | |
parent | 26f09159d7ec28c1a89690e35f3fccab8da20891 (diff) | |
download | freebsd-ports-graphics-39486a960db0b61356414b37ce7a1736889dc93f.tar.gz freebsd-ports-graphics-39486a960db0b61356414b37ce7a1736889dc93f.tar.zst freebsd-ports-graphics-39486a960db0b61356414b37ce7a1736889dc93f.zip |
graphics/imlib is now ELFized.
Diffstat (limited to 'x11-toolkits/py-gnome')
-rw-r--r-- | x11-toolkits/py-gnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index aad95b33eea..f04174e1ce9 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.10 1998/08/11 07:38:01 tg Exp $ +# $Id: Makefile,v 1.11 1998/09/23 12:40:24 tg Exp $ # DISTNAME= pygtk-0.5.2 @@ -18,7 +18,7 @@ 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 +LIB_DEPENDS= Imlib.1:${PORTSDIR}/graphics/imlib RUN_DEPENDS= python:${PORTSDIR}/lang/python GNU_CONFIGURE= yes |