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 /x11/props | |
parent | abfb4e0f7afc74e6ff17e837a2ee48a44762bd71 (diff) | |
download | ports-2c78917c6bd9f920d6969dc923bd329977990eb8.tar.gz ports-2c78917c6bd9f920d6969dc923bd329977990eb8.zip |
LIB_DEPENDS on the new unified xview port.
Notes
Notes:
svn path=/head/; revision=18484
Diffstat (limited to 'x11/props')
-rw-r--r-- | x11/props/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/props/Makefile b/x11/props/Makefile index ed23d7670863..36593c60590e 100644 --- a/x11/props/Makefile +++ b/x11/props/Makefile @@ -3,7 +3,7 @@ # Date created: 3 January 1998 # Whom: jraynard # -# $Id: Makefile,v 1.3 1998/08/07 23:56:54 asami Exp $ +# $Id: Makefile,v 1.4 1998/09/21 22:15:58 steve Exp $ # DISTNAME= props-1.0 @@ -12,7 +12,7 @@ MASTER_SITES= http://www.freebsd.org/~jraynard/ports/distfiles/ MAINTAINER= jraynard@@freebsd.org -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= ${WRKDIR}/props USE_IMAKE= yes |