diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-08 10:51:34 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-08 10:51:34 +0000 |
commit | 7887c684adab042fed1bfcba2e91589ecd17c4a8 (patch) | |
tree | 961839899dce7f75292a08c079f548973bdbd40d /devel/libassetml | |
parent | 85544f2c01be814e0af1ebee1076012e7ed60bb0 (diff) |
Notes
Diffstat (limited to 'devel/libassetml')
-rw-r--r-- | devel/libassetml/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/libassetml/Makefile b/devel/libassetml/Makefile index aa5c1f5bd444..192405a79cd6 100644 --- a/devel/libassetml/Makefile +++ b/devel/libassetml/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libassetml -# Date created: 2 Dec 2003 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# +# Created by: Alexander Nedotsukov <bland@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libassetml PORTVERSION= 1.2.1 @@ -14,12 +10,13 @@ MASTER_SITES= SF/ofset/${PORTNAME}/${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Devel Library to share image and audio files between projects -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html +LIB_DEPENDS= popt:${PORTSDIR}/devel/popt USE_AUTOTOOLS= libtool USE_GMAKE= yes -USE_GNOME= gnomehack lthack gnomeprefix glib20 libxml2 pkgconfig +USE_GNOME= gnomehack lthack gnomeprefix glib20 libxml2 +USE_PKGCONFIG= build USE_GETTEXT= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes |