diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:04:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:04:00 +0000 |
commit | 83021732317b2ba7b8c7b282f63433710942e378 (patch) | |
tree | 96bf111a2c4bd2fb8f21e7bd11b5e29e623151fd /print/cups-pk-helper/Makefile | |
parent | 77aed62c7dd85849d79f39424870b45a07e0a078 (diff) | |
download | ports-83021732317b2ba7b8c7b282f63433710942e378.tar.gz ports-83021732317b2ba7b8c7b282f63433710942e378.zip |
Notes
Diffstat (limited to 'print/cups-pk-helper/Makefile')
-rw-r--r-- | print/cups-pk-helper/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/print/cups-pk-helper/Makefile b/print/cups-pk-helper/Makefile index 4b7f4848d47b..90f97c69311c 100644 --- a/print/cups-pk-helper/Makefile +++ b/print/cups-pk-helper/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: cups-pk-helper -# Date created: 2009-12-29 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/print/cups-pk-helper/Makefile,v 1.1 2009/12/29 16:01:07 ahze Exp $ @@ -19,9 +16,8 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ polkit.2:${PORTSDIR}/sysutils/policykit USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= intlhack gtk20 -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/libs |