diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-04 23:18:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-04 23:18:39 +0000 |
commit | 2c78917c6bd9f920d6969dc923bd329977990eb8 (patch) | |
tree | 7cede1b80ccfbfd4c83026ab57ab994de9df10db /print | |
parent | Find the new xview port and misc cleanups. (diff) |
LIB_DEPENDS on the new unified xview port.
Diffstat (limited to 'print')
-rw-r--r-- | print/bibcard/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/bibcard/Makefile b/print/bibcard/Makefile index 0835d04b7841..68a5277a11e9 100644 --- a/print/bibcard/Makefile +++ b/print/bibcard/Makefile @@ -4,7 +4,7 @@ # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.6 1998/09/21 22:15:57 steve Exp $ +# $Id: Makefile,v 1.7 1998/10/20 01:48:29 steve Exp $ # DISTNAME= bibcard.6.4 @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@NUXI.com -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview NO_WRKSUBDIR= yes USE_IMAKE= yes @@ -26,7 +26,6 @@ pre-configure: >> ${WRKSRC}/Imakefile @${ECHO} "EXTRA_DEFINES= -DHAVE_STRCASECMP -DHAVE_STRSTR" \ >> ${WRKSRC}/Imakefile - @/bin/ln -f ${WRKSRC}/bibcard.1 ${WRKSRC}/bibcard.man + @${LN} -f ${WRKSRC}/bibcard.1 ${WRKSRC}/bibcard.man .include <bsd.port.mk> - |