diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-21 20:16:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-21 20:16:55 +0800 |
commit | d610414f7068358ef5c911c3db800ff67968a16c (patch) | |
tree | 53d2e0cce4351cb8c9f016be94bb3c94c7e38612 /x11-toolkits | |
parent | 6994bb35cfc9b55559d07349918a5e690be8ab61 (diff) | |
download | freebsd-ports-gnome-d610414f7068358ef5c911c3db800ff67968a16c.tar.gz freebsd-ports-gnome-d610414f7068358ef5c911c3db800ff67968a16c.tar.zst freebsd-ports-gnome-d610414f7068358ef5c911c3db800ff67968a16c.zip |
Fix build dependency line
Feature safe: yes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xview-clients/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile index 724ef963e6e6..9657a690f6cb 100644 --- a/x11-toolkits/xview-clients/Makefile +++ b/x11-toolkits/xview-clients/Makefile @@ -17,7 +17,7 @@ COMMENT= OpenLook applications and man pages CONFLICTS= props-1.0 -PATCH_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../xview:patch +PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-toolkits/xview:patch CONFIGURE_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-toolkits/xview:configure LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview |