diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /sysutils/progsreiserfs/Makefile | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | freebsd-ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'sysutils/progsreiserfs/Makefile')
-rw-r--r-- | sysutils/progsreiserfs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/progsreiserfs/Makefile b/sysutils/progsreiserfs/Makefile index ebeb7cea770c..7aba2dc38141 100644 --- a/sysutils/progsreiserfs/Makefile +++ b/sysutils/progsreiserfs/Makefile @@ -7,7 +7,7 @@ PORTNAME= progsreiserfs PORTVERSION= 0.3.1.r8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.cgsecurity.org/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} @@ -15,7 +15,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= ports@FreeBSD.org COMMENT= Utilities and library to manipulate ReiserFS partitions -GNU_CONFIGURE= yes USE_GETOPT_LONG=yes USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes |