diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-05-23 16:19:11 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-05-23 16:19:11 +0000 |
commit | 9689a025659176f4dfc8525d2418c8bc0628a6db (patch) | |
tree | da6cd7bc5b8e789063481768895faf71edd6977d /misc/xtar | |
parent | - mark as broken if WITH_MMX is defined and ARCH is != i386 (diff) |
Use MAKE_ARGS
Diffstat (limited to 'misc/xtar')
-rw-r--r-- | misc/xtar/Makefile | 1 | ||||
-rw-r--r-- | misc/xtar/files/patch-ac | 19 |
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 |