diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-23 19:39:18 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-23 19:39:18 +0000 |
commit | 228ebfd4ec6f97d7992780ad9c001575738bc937 (patch) | |
tree | 76f86778253eabc5efe464f79641bc2f79fb0124 | |
parent | Update to OpenLDAP 2.2.7 release: (diff) |
- Utilize LATEST_LINK
-rw-r--r-- | devel/libpreps-devel/Makefile | 1 | ||||
-rw-r--r-- | devel/libpreps/Makefile | 2 | ||||
-rw-r--r-- | devel/prepstools/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/devel/libpreps-devel/Makefile b/devel/libpreps-devel/Makefile index 5cf5e2b19f18..fc66e9ef3ff4 100644 --- a/devel/libpreps-devel/Makefile +++ b/devel/libpreps-devel/Makefile @@ -18,6 +18,7 @@ COMMENT= Problem reporting system LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7 CONFLICTS= libpreps-1.6.* +LATEST_LINK= libpreps-devel INSTALLS_SHLIB= yes diff --git a/devel/libpreps/Makefile b/devel/libpreps/Makefile index c0313be1a21f..cdba457a2593 100644 --- a/devel/libpreps/Makefile +++ b/devel/libpreps/Makefile @@ -16,7 +16,7 @@ COMMENT= Problem reporting system LIB_DEPENDS= pq.3:${PORTSDIR}/databases/postgresql7 -CONFLICTS= libpreps-1.9.* +CONFLICTS= libpreps-devel-1.9.* USE_GMAKE= yes USE_REINPLACE= yes diff --git a/devel/prepstools/Makefile b/devel/prepstools/Makefile index c0313be1a21f..cdba457a2593 100644 --- a/devel/prepstools/Makefile +++ b/devel/prepstools/Makefile @@ -16,7 +16,7 @@ COMMENT= Problem reporting system LIB_DEPENDS= pq.3:${PORTSDIR}/databases/postgresql7 -CONFLICTS= libpreps-1.9.* +CONFLICTS= libpreps-devel-1.9.* USE_GMAKE= yes USE_REINPLACE= yes |