aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-05-23 09:44:30 +0800
committerswills <swills@FreeBSD.org>2013-05-23 09:44:30 +0800
commit236a9ece8a38dfeaed7013e34f1620b52d02e80b (patch)
tree0bc8fd49ad5f061f2a7f9e28752c6111a5527504 /textproc
parent220017cdcca975230d0c8bc42c4d30b3bb208edb (diff)
downloadfreebsd-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/Makefile8
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