diff options
author | swills <swills@FreeBSD.org> | 2013-05-23 09:44:30 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-05-23 09:44:30 +0800 |
commit | 236a9ece8a38dfeaed7013e34f1620b52d02e80b (patch) | |
tree | 0bc8fd49ad5f061f2a7f9e28752c6111a5527504 /textproc | |
parent | 220017cdcca975230d0c8bc42c4d30b3bb208edb (diff) | |
download | freebsd-ports-gnome-236a9ece8a38dfeaed7013e34f1620b52d02e80b.tar.gz freebsd-ports-gnome-236a9ece8a38dfeaed7013e34f1620b52d02e80b.tar.zst freebsd-ports-gnome-236a9ece8a38dfeaed7013e34f1620b52d02e80b.zip |
- Remove lib version, it's not needed and breaks things
- Trim header while here
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-augeas/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/rubygem-augeas/Makefile b/textproc/rubygem-augeas/Makefile index 63f9707bcb9f..121de96215de 100644 --- a/textproc/rubygem-augeas/Makefile +++ b/textproc/rubygem-augeas/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: textproc/rubygem-augeas -# Date created: 19 May 2010 -# Whom: Russell Jackson <raj@csub.edu> -# +# Whom: Russell Jackson <raj@csub.edu> # $FreeBSD$ -# PORTNAME= ruby-augeas PORTVERSION= 0.4.1 @@ -13,7 +9,7 @@ MASTER_SITES= http://augeas.net/download/ruby/ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby bindings for Augeas -LIB_DEPENDS= augeas.15:${PORTSDIR}/textproc/augeas +LIB_DEPENDS= augeas:${PORTSDIR}/textproc/augeas USE_RUBY= yes USE_RUBYGEMS= yes |