diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-17 07:42:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-17 07:42:49 +0800 |
commit | ca8501be37e2b743f59cee6ec6b45e67cd61b522 (patch) | |
tree | 4db8add69be2c5f0b6ca5830516644ab0d0b9763 /print | |
parent | 53bfc0de02bbdc0975bdf8316f53fde3edba0620 (diff) | |
download | freebsd-ports-gnome-ca8501be37e2b743f59cee6ec6b45e67cd61b522.tar.gz freebsd-ports-gnome-ca8501be37e2b743f59cee6ec6b45e67cd61b522.tar.zst freebsd-ports-gnome-ca8501be37e2b743f59cee6ec6b45e67cd61b522.zip |
- Add LICENSE_FILE
- Add missing USES=libtool
- Switch to USES=autoreconf
Diffstat (limited to 'print')
-rw-r--r-- | print/gtklp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile index 07844de09e7f..f5e85e13c7c4 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -11,16 +11,16 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GTK interface to cups LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gettext pkgconfig +USES= autoreconf gettext libtool pkgconfig +GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_OPENSSL= yes -USE_AUTOTOOLS= aclocal autoheader automake autoconf -AUTOMAKE_ARGS= --add-missing --copy INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include |