summaryrefslogtreecommitdiff
path: root/x11-toolkits/libXt/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-05-07 19:06:32 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-05-07 19:06:32 +0000
commit99e5e3b172b854e4dafd41cb2f2ec01230da4f09 (patch)
treeeed04c1a56467ed583bad4c120eebf4f797d50b8 /x11-toolkits/libXt/Makefile
parentFix iODBC detection on 4.x (diff)
Update to 0.1.5.
Notes
Notes: svn path=/head/; revision=108629
Diffstat (limited to '')
-rw-r--r--x11-toolkits/libXt/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile
index 53c25a445491..21808f1ce2b7 100644
--- a/x11-toolkits/libXt/Makefile
+++ b/x11-toolkits/libXt/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= libXt
-PORTVERSION= 0.1.4
-PORTREVISION= 5
+PORTVERSION= 0.1.5
CATEGORIES= x11-toolkits
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
@@ -16,8 +15,7 @@ COMMENT= X Toolkit library
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \
${X11BASE}/libdata/pkgconfig/sm.pc:${PORTSDIR}/x11/libSM
-BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
- ${LIB_PC_DEPENDS}
+BUILD_DEPENDS= ${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}
CONFLICTS= XFree86-libraries-*
@@ -33,7 +31,4 @@ CFLAGS+= -DMALLOC_0_RETURNS_NULL
INSTALLS_SHLIB= yes
USE_GNOME= gnomehack pkgconfig
-post-extract:
- @${MV} ${WRKSRC}/ObjectP.h ${WRKSRC}/include/X11
-
.include <bsd.port.mk>