diff options
author | nectar <nectar@FreeBSD.org> | 1999-01-17 18:19:15 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-01-17 18:19:15 +0000 |
commit | 62cdda793474d433ec3711ec3809be55efb2a76c (patch) | |
tree | 738389988e3977f83e5159e92836198351d8c903 /graphics/fnlib/Makefile | |
parent | bb2584087edf3b7652e3cc1a74c5c7e5cda6a1f6 (diff) | |
download | FreeBSD-ports-62cdda793474d433ec3711ec3809be55efb2a76c.zip FreeBSD-ports-62cdda793474d433ec3711ec3809be55efb2a76c.tar.gz |
Bump imlib version number in dependencies.
Honor LOCALBASE for finding libraries: jpeg, png, et. al.
Location of distfile on MASTER_SITES changed again.
Diffstat (limited to 'graphics/fnlib/Makefile')
-rw-r--r-- | graphics/fnlib/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile index 4fd661b..9825517 100644 --- a/graphics/fnlib/Makefile +++ b/graphics/fnlib/Makefile @@ -3,24 +3,25 @@ # Date created: 23 June 1997 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.5 1998/09/23 17:16:35 vanilla Exp $ +# $Id: Makefile,v 1.6 1998/12/28 00:35:53 vanilla Exp $ # DISTNAME= fnlib-0.4 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/ +MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/enlightenment/ \ + ftp://ftp.gnome.org/pub/GNOME/sources/enlightenment/ #MASTER_SITES= ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \ # ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ # ftp://ftp.labs.redhat.com/pub/imlib/TAR/ MAINTAINER= vanilla@FreeBSD.ORG -LIB_DEPENDS= Imlib.1:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= Imlib.2:${PORTSDIR}/graphics/imlib USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib |