diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-12-22 18:37:57 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-12-22 18:37:57 +0000 |
commit | fb0d280a9fc1347fc341ebd6d6b4b21ad41718a4 (patch) | |
tree | 0e787a219932f109f13fa7e51d120ea4df0cef41 /comms/owfs/Makefile | |
parent | 080315bb0993a82cf9f577fe81d8110320056001 (diff) | |
download | ports-fb0d280a9fc1347fc341ebd6d6b4b21ad41718a4.tar.gz ports-fb0d280a9fc1347fc341ebd6d6b4b21ad41718a4.zip |
Notes
Diffstat (limited to 'comms/owfs/Makefile')
-rw-r--r-- | comms/owfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/owfs/Makefile b/comms/owfs/Makefile index fb61bdeb44f4..4fff0c6b41ce 100644 --- a/comms/owfs/Makefile +++ b/comms/owfs/Makefile @@ -3,7 +3,7 @@ PORTNAME= owfs PORTVERSION= 2.9p8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= SF/owfs/owfs/${PORTVERSION} @@ -12,7 +12,7 @@ COMMENT= OWFS -- 1-Wire file system LICENSE= GPLv2 -USES= autoreconf libtool +USES= autoreconf libtool gmake:lite GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |