diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 08:16:54 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 08:16:54 +0000 |
commit | 42bf525660eca53bcb2f8144ffdaa467a21d9561 (patch) | |
tree | 0ad549e13b914d6ed07a9b7c68a70edda3250b36 /databases/gdbm/Makefile | |
parent | d23eb6a49b68c49cb4f4c44bcc6184c428d291ce (diff) |
Notes
Diffstat (limited to 'databases/gdbm/Makefile')
-rw-r--r-- | databases/gdbm/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index 833f46d5d0c1..f9b4a927c2d9 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -6,18 +6,17 @@ # PORTNAME= gdbm -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.3 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= gdbm +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= cyrille.lefevre@laposte.net +USE_GMAKE= yes USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes -USE_GMAKE= yes -# PREFIX isn't honored. force it w/ prefix. -MAKE_ARGS= prefix=${PREFIX} MAN3= gdbm.3 |