diff options
author | alane <alane@FreeBSD.org> | 2002-11-15 21:14:36 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-15 21:14:36 +0800 |
commit | 1de2b39b0cc412b5043604bdc1ed7446400f027e (patch) | |
tree | ed2a71af2fc7ec6acd8895d960127603dab2544e /print | |
parent | 1ecf604b933b84aac7d9b3a46306853b00e4afc4 (diff) | |
download | freebsd-ports-graphics-1de2b39b0cc412b5043604bdc1ed7446400f027e.tar.gz freebsd-ports-graphics-1de2b39b0cc412b5043604bdc1ed7446400f027e.tar.zst freebsd-ports-graphics-1de2b39b0cc412b5043604bdc1ed7446400f027e.zip |
Added a USE_PERL5.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/cups/Makefile.inc b/print/cups/Makefile.inc index 7bc74296c88..7707177704e 100644 --- a/print/cups/Makefile.inc +++ b/print/cups/Makefile.inc @@ -30,6 +30,7 @@ DISTNAME= cups-${CUPS_VERSION}-${CUPS_REVISION}-source DISTFILES= ${DISTNAME}.tar.bz2 WRKSRC= ${WRKDIR}/cups-${CUPS_VERSION} +USE_PERL5= yes USE_BZIP2= yes #Breaks build.. USE_GMAKE= yes GNU_CONFIGURE= yes |