summaryrefslogtreecommitdiff
path: root/print/bibcard
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-04 23:18:39 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-04 23:18:39 +0000
commit2c78917c6bd9f920d6969dc923bd329977990eb8 (patch)
tree7cede1b80ccfbfd4c83026ab57ab994de9df10db /print/bibcard
parentFind the new xview port and misc cleanups. (diff)
LIB_DEPENDS on the new unified xview port.
Notes
Notes: svn path=/head/; revision=18484
Diffstat (limited to 'print/bibcard')
-rw-r--r--print/bibcard/Makefile7
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>
-