diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-01-25 08:26:28 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-01-25 08:26:28 +0000 |
commit | db5e858f54955caf2645d1f8a9da92bc923e1c0e (patch) | |
tree | 0c932445e29fd311e75795f88e4082383604e98e /x11-fonts/libXfont/Makefile | |
parent | 85762d33d1cd17fed65f281410dd2440709689c0 (diff) |
Update to 1.4.1
Notes
Notes:
svn path=/head/; revision=99025
Diffstat (limited to 'x11-fonts/libXfont/Makefile')
-rw-r--r-- | x11-fonts/libXfont/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile index c42bfdf700a5..91a9599c80aa 100644 --- a/x11-fonts/libXfont/Makefile +++ b/x11-fonts/libXfont/Makefile @@ -6,9 +6,9 @@ # PORTNAME= libXfont -PORTVERSION= 1.4.1.p1 +PORTVERSION= 1.4.1 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ +MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X font libary @@ -20,10 +20,10 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes CONFIGURE_ARGS= --enable-freetype -WRKSRC= ${WRKDIR}/${PORTNAME}-1.4.1 - INSTALLS_SHLIB= yes +USE_GNOME= gnomehack pkgconfig .include <bsd.port.mk> |