diff options
Diffstat (limited to 'devel/rvm/Makefile')
-rw-r--r-- | devel/rvm/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/rvm/Makefile b/devel/rvm/Makefile index b57a9491f454..e7ae919bcaa2 100644 --- a/devel/rvm/Makefile +++ b/devel/rvm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rvm -# Date created: Thu Apr 6 21:30:52 EDT 2000 -# Whom: jaharkes -# +# Created by: jaharkes # $FreeBSD$ -# PORTNAME= rvm PORTVERSION= 1.17 @@ -18,10 +14,10 @@ COMMENT= A persistent VM library LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp +USES= pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_PKGCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |