diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-07-02 09:44:59 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-07-02 09:44:59 +0000 |
commit | 93b69536fc7105083d9819759e964b343897deb4 (patch) | |
tree | 64ba24c269ad2249ca2c7f8ab796d3d97795baa5 /print/cups/Makefile | |
parent | c5430c00af5e8e1bff6b24f7dac1d10b785f1b64 (diff) |
1. Upgrade to 1.15.1. PR 39053.
2. Quiet down portlint.
3. Add USE_SUBMAKE to cups-lpr so MLINKS works.
4. Try to get the CFLAGS and CPPFLAGS handilng closer to sanity.
5. Fix PR 37505.
6. Removed test for malloc.h in configure by dnl'ing it out in the source
m4 file. This means:
7. Added build-dep on autoconf.
8. Other part of 39053 (new french ports) coming in a few minutes.
Notes
Notes:
svn path=/head/; revision=62320
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index b3ecfed52664..39cfddeb740a 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -6,19 +6,20 @@ # PORTNAME= cups -PORTVERSION= ${CUPS_VERSION} -CATEGORIES= print +PORTVERSION= ${CUPS_PORTVER} +CATEGORIES?= print MASTER_SITES= # empty DISTFILES= # none EXTRACT_ONLY= # empty MAINTAINER= jah4007@cs.rit.edu -LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base -RUN_DEPENDS= ${LOCALBASE}/sbin/cupsaddsmb:${PORTSDIR}/print/cups-lpr +LIB_DEPENDS?= cups.2:${.CURDIR}/../../print/cups-base +RUN_DEPENDS?= ${LOCALBASE}/sbin/cupsaddsmb:${.CURDIR}/../../print/cups-lpr NO_BUILD= true do-install: # empty +do-patch: # empty -.include "${.CURDIR}/Makefile.inc" +.include "${.CURDIR}/../../print/cups/Makefile.inc" .include <bsd.port.mk> |