diff options
Diffstat (limited to 'x11/libXtrans/Makefile')
-rw-r--r-- | x11/libXtrans/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/libXtrans/Makefile b/x11/libXtrans/Makefile index e12e8318e853..873d249e88b1 100644 --- a/x11/libXtrans/Makefile +++ b/x11/libXtrans/Makefile @@ -6,18 +6,18 @@ # PORTNAME= libXtrans -PORTVERSION= 0.1.p1 +PORTVERSION= 0.1 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ +MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org -COMMENT= network API translation layer for X applications and libraries +COMMENT= Network API translation layer for X applications and libraries USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-0.1 +USE_GNOME= gnomehack .include <bsd.port.mk> |