diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-15 18:15:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-15 18:15:33 +0800 |
commit | f0a3fd84fc8ada6221c9be097386a9c492ce0e3c (patch) | |
tree | 4e04063eb53337775f8d36140daa64c69ba4e3a4 /sysutils | |
parent | 72a18eb5953072c9bfa7fcfecc07b5b5ab6dd992 (diff) | |
download | freebsd-ports-gnome-f0a3fd84fc8ada6221c9be097386a9c492ce0e3c.tar.gz freebsd-ports-gnome-f0a3fd84fc8ada6221c9be097386a9c492ce0e3c.tar.zst freebsd-ports-gnome-f0a3fd84fc8ada6221c9be097386a9c492ce0e3c.zip |
- Add USE_GMAKE
PR: 109192
Submitted by: Denis Eremenko <moonshade@pnhz.kz>
Approved by: maintainer (implicit)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/eiciel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile index 014248efb6f4..4466bd6a9256 100644 --- a/sysutils/eiciel/Makefile +++ b/sysutils/eiciel/Makefile @@ -7,6 +7,7 @@ PORTNAME= eiciel PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= sysutils security MASTER_SITES= http://rofi.pinchito.com/eiciel/download/ @@ -19,6 +20,7 @@ USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack intlhack nautilus2 USE_X_PREFIX= yes GNU_CONFIGURE= yes +USE_GMAKE= yes MAN1= eiciel.1 |