diff options
author | anholt <anholt@FreeBSD.org> | 2004-01-25 16:32:15 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-01-25 16:32:15 +0800 |
commit | d0f654c9c08da1a03090664db2f21f0ffd5dabc0 (patch) | |
tree | e5922ee166b2be580c64156c0c8bede0423fd071 /x11/libXtrans/Makefile | |
parent | 39df25f5f6dff5ef3e194d33714bb722983d2ccd (diff) | |
download | freebsd-ports-gnome-d0f654c9c08da1a03090664db2f21f0ffd5dabc0.tar.gz freebsd-ports-gnome-d0f654c9c08da1a03090664db2f21f0ffd5dabc0.tar.zst freebsd-ports-gnome-d0f654c9c08da1a03090664db2f21f0ffd5dabc0.zip |
Update to 0.1
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> |