aboutsummaryrefslogtreecommitdiff
path: root/misc/xtar
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-05-23 16:19:11 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-05-23 16:19:11 +0000
commit9689a025659176f4dfc8525d2418c8bc0628a6db (patch)
treeda6cd7bc5b8e789063481768895faf71edd6977d /misc/xtar
parent0307cac0264d83a0157d187a72ebbcb7ebdc1464 (diff)
downloadports-9689a025659176f4dfc8525d2418c8bc0628a6db.tar.gz
ports-9689a025659176f4dfc8525d2418c8bc0628a6db.zip
Notes
Diffstat (limited to 'misc/xtar')
-rw-r--r--misc/xtar/Makefile1
-rw-r--r--misc/xtar/files/patch-ac19
2 files changed, 1 insertions, 19 deletions
diff --git a/misc/xtar/Makefile b/misc/xtar/Makefile
index cbfa7c02ca3a..b68d913cac24 100644
--- a/misc/xtar/Makefile
+++ b/misc/xtar/Makefile
@@ -16,6 +16,7 @@ COMMENT= View and manipulate contents of a tar file
USE_MOTIF= yes
USE_IMAKE= yes
+MAKE_ARGS= XMLIB="${MOTIFLIB}"
MAN1= xtar.1
.include <bsd.port.mk>
diff --git a/misc/xtar/files/patch-ac b/misc/xtar/files/patch-ac
deleted file mode 100644
index 96fbacd05b6c..000000000000
--- a/misc/xtar/files/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-*** XTar.tmpl.orig Mon Jul 17 14:04:17 1995
---- XTar.tmpl Tue Nov 19 17:43:02 1996
-***************
-*** 27,33 ****
- XMINC = -I/usr/include/Motif1.2
- XMLIB = -L/usr/lib/Motif1.2 -lXm -lPW
- #else
-! XMLIB = -lXm
- #endif
-
- #ifdef SunArchitecture
---- 27,33 ----
- XMINC = -I/usr/include/Motif1.2
- XMLIB = -L/usr/lib/Motif1.2 -lXm -lPW
- #else
-! XMLIB = ${MOTIFLIB}
- #endif
-
- #ifdef SunArchitecture