diff options
author | mezz <mezz@FreeBSD.org> | 2005-01-09 17:17:58 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-01-09 17:17:58 +0800 |
commit | 7ebf85b9ba1bb20e4b49ff35e5ed5e95808ca942 (patch) | |
tree | 91b9f12f6de0da57692b4c7e1cb00769a3cedff7 /comms | |
parent | 60c21d3e13adaae44d58fe93f5c62ecdd35b55f8 (diff) | |
download | freebsd-ports-gnome-7ebf85b9ba1bb20e4b49ff35e5ed5e95808ca942.tar.gz freebsd-ports-gnome-7ebf85b9ba1bb20e4b49ff35e5ed5e95808ca942.tar.zst freebsd-ports-gnome-7ebf85b9ba1bb20e4b49ff35e5ed5e95808ca942.zip |
Remove the quote from IGNORE.
Reported by: krion
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gfax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gfax/Makefile b/comms/gfax/Makefile index b6c4706d9620..eef245b5fa1e 100644 --- a/comms/gfax/Makefile +++ b/comms/gfax/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehier libgnomeprint -IGNORE= "does not run" +IGNORE= does not run .include <bsd.port.pre.mk> |