diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-20 23:20:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-20 23:20:46 +0800 |
commit | 22b13ef1add357d564132d6c7bfbe8fac26521d3 (patch) | |
tree | eb3a1dca8ce82d84366f74228ce04485f6b848d8 /x11-toolkits | |
parent | eb79692fd40e981c74213e075ba98eaa104e5cae (diff) | |
download | freebsd-ports-gnome-22b13ef1add357d564132d6c7bfbe8fac26521d3.tar.gz freebsd-ports-gnome-22b13ef1add357d564132d6c7bfbe8fac26521d3.tar.zst freebsd-ports-gnome-22b13ef1add357d564132d6c7bfbe8fac26521d3.zip |
Fix build dependency line
Feature safe: yes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xview-clients/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile index 4c4dcefebb65..724ef963e6e6 100644 --- a/x11-toolkits/xview-clients/Makefile +++ b/x11-toolkits/xview-clients/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xview-clients -# Date created: 22 November 1994 -# Whom: ljo (orig) -# +# Created by: ljo (orig) # $FreeBSD$ -# PORTNAME= xview-clients PORTVERSION= 3.2.1.4.19c @@ -22,7 +18,7 @@ COMMENT= OpenLook applications and man pages CONFLICTS= props-1.0 PATCH_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../xview:patch -CONFIGURE_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../xview:configure +CONFIGURE_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-toolkits/xview:configure LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview USE_IMAKE= yes |