diff options
author | oliver <oliver@FreeBSD.org> | 2005-10-06 18:39:25 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-10-06 18:39:25 +0000 |
commit | b05138ad80f0386326f068da96f577c1c768cb81 (patch) | |
tree | e1519fe5b2c9991d64726716477d398edc53cf97 /irc/muh/Makefile | |
parent | 3a2fccb0ff77d9c5dba3633bf3e728a482c832fd (diff) | |
download | FreeBSD-ports-b05138ad80f0386326f068da96f577c1c768cb81.zip FreeBSD-ports-b05138ad80f0386326f068da96f577c1c768cb81.tar.gz |
remove gmake dependency - it is not needed, bsd-make will work too
Diffstat (limited to 'irc/muh/Makefile')
-rw-r--r-- | irc/muh/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/irc/muh/Makefile b/irc/muh/Makefile index 0ce30f4..771e8f5 100644 --- a/irc/muh/Makefile +++ b/irc/muh/Makefile @@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR=muh MAINTAINER= oliver@FreeBSD.org COMMENT= A smart irc-bouncing-tool that remains on IRC all the time -USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes |