diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /graphics/passepartout | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) | |
download | ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip |
Notes
Diffstat (limited to 'graphics/passepartout')
-rw-r--r-- | graphics/passepartout/Makefile | 11 | ||||
-rw-r--r-- | graphics/passepartout/pkg-plist | 1 |
2 files changed, 5 insertions, 7 deletions
diff --git a/graphics/passepartout/Makefile b/graphics/passepartout/Makefile index 83d8863d39ac..a8d809810ca8 100644 --- a/graphics/passepartout/Makefile +++ b/graphics/passepartout/Makefile @@ -3,11 +3,11 @@ # Whom: Alexander Nedotsukov <bland@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/graphics/passepartout/Makefile,v 1.4 2006/09/30 15:31:05 ahze Exp $ PORTNAME= passepartout PORTVERSION= 0.4 -PORTREVISION= 8 +PORTREVISION= 10 CATEGORIES= graphics gnome MASTER_SITES= http://www.stacken.kth.se/project/pptout/files/ @@ -20,7 +20,6 @@ RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt USE_BZIP2= yes USE_GMAKE= yes -USE_X_PREFIX= yes USE_GNOME= gnomehack gnometarget GNU_CONFIGURE= yes CONFIGURE_ENV= CFALGS=-I${LOCALBASE}/include \ @@ -31,15 +30,15 @@ MAN1= xml2ps.1 passepartout.1x .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old_cxx +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old_cxx .endif .if exists(${LOCALBASE}/lib/libfam.a) -WITH_FAM= yes +WITH_FAM= yes .endif .if defined(WITH_FAM) -LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam +LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam .endif .include <bsd.port.post.mk> diff --git a/graphics/passepartout/pkg-plist b/graphics/passepartout/pkg-plist index 76d035248b41..0abb21e7f120 100644 --- a/graphics/passepartout/pkg-plist +++ b/graphics/passepartout/pkg-plist @@ -28,4 +28,3 @@ share/xml/passepartout/xml2ps.dtd @dirrm %%DOCSDIR%%/examples @dirrm %%DOCSDIR%% @dirrm share/xml/passepartout -@dirrmtry share/xml |