Fix path to itself.
This commit is contained in:
parent
eabcb61e24
commit
bdc3ced4c6
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/05/02 20:36:33 wiz Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.2 2006/05/02 21:00:28 wiz Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
GDAL_LIB_BUILDLINK3_MK:= ${GDAL_LIB_BUILDLINK3_MK}+
|
||||
|
@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= gdal-lib
|
|||
|
||||
.if !empty(GDAL_LIB_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_API_DEPENDS.gdal-lib+= gdal-lib>=1.3.1
|
||||
BUILDLINK_PKGSRCDIR.gdal-lib?= ../../wip/gdal-lib
|
||||
BUILDLINK_PKGSRCDIR.gdal-lib?= ../../geography/gdal-lib
|
||||
.endif # GDAL_LIB_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
||||
|
|
Loading…
Reference in a new issue