diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-10 11:10:59 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-10 11:10:59 +0800 |
commit | fbd4b03a640feb52da677225614d80644f20fa95 (patch) | |
tree | 09849c19605ed6f2876dcd4948bffec9ef35bb6d /print | |
parent | 237ab8d322c7e9158b37db46be71faea3670d249 (diff) | |
download | freebsd-ports-gnome-fbd4b03a640feb52da677225614d80644f20fa95.tar.gz freebsd-ports-gnome-fbd4b03a640feb52da677225614d80644f20fa95.tar.zst freebsd-ports-gnome-fbd4b03a640feb52da677225614d80644f20fa95.zip |
1: remove NO_STAGE
2: convert to new format of LIB_DEPENDS.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-bjnp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/cups-bjnp/Makefile b/print/cups-bjnp/Makefile index ef37f90ae7f8..38619b2ff738 100644 --- a/print/cups-bjnp/Makefile +++ b/print/cups-bjnp/Makefile @@ -9,12 +9,11 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= CUPS backend for Canon USB over IP protocol -LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client +LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client BUILD_DEPENDS= ${LOCALBASE}/libexec/cups/backend:${PORTSDIR}/print/cups-base GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.mk> |