mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Use MAKE_ARGS
This commit is contained in:
parent
0307cac026
commit
9689a02565
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135976
@ -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>
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user