diff options
author | pav <pav@FreeBSD.org> | 2009-01-09 18:06:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-09 18:06:31 +0800 |
commit | f43f66d3a369012f091f26068c11b4216a65b015 (patch) | |
tree | e4ddb8c9f9f4cfdcad95e2eea7b5431d6a69105b /print | |
parent | 806da3ac789e7393a1500de523127d879b439c53 (diff) | |
download | freebsd-ports-gnome-f43f66d3a369012f091f26068c11b4216a65b015.tar.gz freebsd-ports-gnome-f43f66d3a369012f091f26068c11b4216a65b015.tar.zst freebsd-ports-gnome-f43f66d3a369012f091f26068c11b4216a65b015.zip |
- This port does not need libgnugetopt
Diffstat (limited to 'print')
-rw-r--r-- | print/muttprint/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile index da81d362bebb..43e0eeee009b 100644 --- a/print/muttprint/Makefile +++ b/print/muttprint/Makefile @@ -36,8 +36,6 @@ RUN_DEPENDS+= cupstestppd:${PORTSDIR}/print/cups-base \ .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -LIB_DEPENDS+= gnugetopt:${PORTSDIR}/devel/libgnugetopt -MAKE_ENV+= CCFLAGS="-I${PREFIX}/include" PLIST_SUB+= LANGINFO="" .else NO_BUILD= yes |