diff options
author | vs <vs@FreeBSD.org> | 2005-05-23 16:19:11 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-05-23 16:19:11 +0000 |
commit | c84d466c1c463a554d751da2e8f3ce67b7cb8a4b (patch) | |
tree | 816ecded0bf6cd31847a19183bddee560186b5d2 /misc | |
parent | 34388d6e0bb12565604781ef3a9ee2e3deff0836 (diff) | |
download | FreeBSD-ports-c84d466c1c463a554d751da2e8f3ce67b7cb8a4b.zip FreeBSD-ports-c84d466c1c463a554d751da2e8f3ce67b7cb8a4b.tar.gz |
Use MAKE_ARGS
Diffstat (limited to 'misc')
-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 cbfa7c0..b68d913 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 96fbacd..0000000 --- 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 |