diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-28 02:43:49 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-28 02:43:49 +0000 |
commit | e6102bcab01c82949c4397a8070829eed489dcb9 (patch) | |
tree | 1e081bf84f5f40869adf4114e18cc6ec35a17904 /lang/mdk/Makefile | |
parent | f33a54594dbacd84ff03ed2b2da4f418b6b22455 (diff) | |
download | FreeBSD-ports-e6102bcab01c82949c4397a8070829eed489dcb9.zip FreeBSD-ports-e6102bcab01c82949c4397a8070829eed489dcb9.tar.gz |
upgrade to 0.3.2
Diffstat (limited to 'lang/mdk/Makefile')
-rw-r--r-- | lang/mdk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index ebf66c3..a5ced66 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -7,8 +7,7 @@ # PORTNAME= mdk -PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTVERSION= 0.3.2 CATEGORIES= lang gnome MASTER_SITES= ${MASTER_SITE_GNU} \ ${MASTER_SITE_SOURCEFORGE} @@ -21,8 +20,8 @@ LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt USE_GNOME= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" USE_GMAKE= yes -MAKE_ARGS= LDFLAGS="${CFLAGS} -L${LOCALBASE}/lib -lgnugetopt" .include <bsd.port.mk> |