diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-04 08:01:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-04 08:01:33 +0000 |
commit | 015687d5d881e31b60affbaba144f50de462e085 (patch) | |
tree | 395c952eb4232f297f0e81e5b8b5e5504b928bd9 /lang/librep | |
parent | 7f6b08a64dfe1e4d7c3e3509f5866e75f3300718 (diff) | |
download | ports-015687d5d881e31b60affbaba144f50de462e085.tar.gz ports-015687d5d881e31b60affbaba144f50de462e085.zip |
Notes
Diffstat (limited to 'lang/librep')
-rw-r--r-- | lang/librep/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index dc3b07ffde09..a95b9628189b 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -45,12 +45,6 @@ LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 EXTRA_PATCHES+= ${FILESDIR}/stable-patch-src_numbers.c .endif -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 -MTREE_FILE= /etc/mtree/BSD.x11.dist -.else -MTREE_FILE= /etc/mtree/BSD.x11-4.dist -.endif - post-extract: @${RM} ${WRKSRC}/test |