aboutsummaryrefslogtreecommitdiffstats
path: root/net/opal3
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>2003-03-05 22:36:29 +0800
committerroger <roger@FreeBSD.org>2003-03-05 22:36:29 +0800
commita39a61a928a588809c2783889b21de88856e399d (patch)
treeae42f367c58a7d9e5aa775c4f5921b983d7ff1dc /net/opal3
parentfe367484c7bf20a5ebefbc7acd0e270cafc258e4 (diff)
downloadfreebsd-ports-gnome-a39a61a928a588809c2783889b21de88856e399d.tar.gz
freebsd-ports-gnome-a39a61a928a588809c2783889b21de88856e399d.tar.zst
freebsd-ports-gnome-a39a61a928a588809c2783889b21de88856e399d.zip
Fix breakage introduced by commits to bsd.port.mk
The post-patch targed used to run after BUILD_DEPENDS had been processed but this is no longer the case. I could have changed the post-patch target to pre-build. But I may as well use the nice new PATCH_DEPENDS feature.
Diffstat (limited to 'net/opal3')
-rw-r--r--net/opal3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile
index 8c9fadef122a..c0809c24d7c8 100644
--- a/net/opal3/Makefile
+++ b/net/opal3/Makefile
@@ -26,7 +26,7 @@ LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2
# If it is not present, extract it from the comms/ixj port
.if !exists(/usr/include/sys/telephony.h)
.if !exists(/usr/local/include/sys/telephony.h)
-BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/comms/ixj:patch
+PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/comms/ixj:patch
.endif
.endif
.endif
e/commit/japanese/slrn?id=48ca773821224a0d6e4dd6fff544faa7212d6df8'>Updated to 0.9.5.7taoka1999-09-076-89/+127 * Change Id->FreeBSD.obrien1999-08-251-1/+1 * Remove trailing spaces, and any periods that were hidden by them.hoek1999-06-281-1/+1 * In the name of consistency add back a comment line I trashed in thesteve1999-05-031-1/+2 * Update to use new version of libslang.steve1999-05-013-3/+36 * unBROKEN_ELFtaoka1999-04-024-40/+25 * BROKEN='fetch'obrien1998-12-031-1/+3 * Mark BROKEN for ELF:jseger1998-10-161-1/+3