diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-20 19:39:40 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-20 19:39:40 +0800 |
commit | fb1871af33b542a87c611942c9caac2552cf9722 (patch) | |
tree | b052e81a41787276ccbbb8438cd0b994d3be413c /print/libppd/Makefile | |
parent | 80c905e793952b4b7bd7f95984553a613520219c (diff) | |
download | freebsd-ports-gnome-fb1871af33b542a87c611942c9caac2552cf9722.tar.gz freebsd-ports-gnome-fb1871af33b542a87c611942c9caac2552cf9722.tar.zst freebsd-ports-gnome-fb1871af33b542a87c611942c9caac2552cf9722.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'print/libppd/Makefile')
-rw-r--r-- | print/libppd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/libppd/Makefile b/print/libppd/Makefile index 40839ef7d040..e80227c326e5 100644 --- a/print/libppd/Makefile +++ b/print/libppd/Makefile @@ -3,14 +3,14 @@ PORTNAME= libppd PORTVERSION= 0.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= SF/lpr/${PORTNAME}/${PORTVERSION} MAINTAINER= emss@free.fr -COMMENT= A library providing routines for ppd files +COMMENT= Library providing routines for ppd files -USE_AUTOTOOLS= libtool +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= Yes USE_GNOME= glib12 |