diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-05 05:55:19 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-05 05:55:19 +0000 |
commit | 69143483ff754f1fd396d03fe035287a2383d1f8 (patch) | |
tree | 9ee3971433071c7e08b3a3c29c807d8fdd0428b5 /databases/dbh10 | |
parent | a485a18900ed73b54984b2c156dd5d1207d1645a (diff) | |
download | ports-69143483ff754f1fd396d03fe035287a2383d1f8.tar.gz ports-69143483ff754f1fd396d03fe035287a2383d1f8.zip |
Notes
Diffstat (limited to 'databases/dbh10')
-rw-r--r-- | databases/dbh10/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/dbh10/Makefile b/databases/dbh10/Makefile index 169a31d5d770..c71dcfd61c87 100644 --- a/databases/dbh10/Makefile +++ b/databases/dbh10/Makefile @@ -16,8 +16,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Disk Based Hashtables +CONFLICTS= dbh-[2-9]* + USE_GNOME= gnomehack gnometarget pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes +LATEST_LINK= dbh10 + .include <bsd.port.mk> |