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/eiciel/Makefile | |
parent | Unbreak: make it fetchable again (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'sysutils/eiciel/Makefile')
-rw-r--r-- | sysutils/eiciel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile index dc479da3690a..e1b044b2baa7 100644 --- a/sysutils/eiciel/Makefile +++ b/sysutils/eiciel/Makefile @@ -7,6 +7,7 @@ PORTNAME= eiciel PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= sysutils security MASTER_SITES= http://rofi.pinchito.com/eiciel/download/ @@ -19,7 +20,7 @@ USE_BZIP2= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack intlhack nautilus2 USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes MAN1= eiciel.1 |