diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-11 16:45:58 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-11 16:45:58 +0000 |
commit | 30fb06c870312f125ce13d34b81a10f7906677eb (patch) | |
tree | 07c99aa739c6b74a8b8c37fee0caed1e65bb175c /print | |
parent | f19c454457053117207f92b46d70774cb96bfdf7 (diff) | |
download | ports-30fb06c870312f125ce13d34b81a10f7906677eb.tar.gz ports-30fb06c870312f125ce13d34b81a10f7906677eb.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/paps/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/print/paps/Makefile b/print/paps/Makefile index 4b22654a414f..22abd564c8ce 100644 --- a/print/paps/Makefile +++ b/print/paps/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: paps -# Date created: 8 January 2008 -# Whom: johans -# +# Created by: johans # $FreeBSD$ -# PORTNAME= paps PORTVERSION= 0.6.8 @@ -20,5 +16,6 @@ MAN1= paps.1 GNU_CONFIGURE= yes USE_GNOME= pango +USES= pkgconfig .include <bsd.port.mk> |