diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-20 14:38:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-20 14:38:43 +0800 |
commit | 1bffb753f103ffa93425cbfa1ec57e6bc850e28f (patch) | |
tree | 872ffe0b68ff71872813a06dce91a8f40c1a35ed /textproc/gnomedocutils/Makefile | |
parent | 47597637780004689009c62aa06ee9de17a29843 (diff) | |
download | marcuscom-ports-1bffb753f103ffa93425cbfa1ec57e6bc850e28f.tar marcuscom-ports-1bffb753f103ffa93425cbfa1ec57e6bc850e28f.tar.gz marcuscom-ports-1bffb753f103ffa93425cbfa1ec57e6bc850e28f.tar.bz2 marcuscom-ports-1bffb753f103ffa93425cbfa1ec57e6bc850e28f.tar.lz marcuscom-ports-1bffb753f103ffa93425cbfa1ec57e6bc850e28f.tar.xz marcuscom-ports-1bffb753f103ffa93425cbfa1ec57e6bc850e28f.tar.zst marcuscom-ports-1bffb753f103ffa93425cbfa1ec57e6bc850e28f.zip |
Correct a few plist problems, and bump PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3456 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/gnomedocutils/Makefile')
-rw-r--r-- | textproc/gnomedocutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/gnomedocutils/Makefile b/textproc/gnomedocutils/Makefile index 8244601de..0c5f44846 100644 --- a/textproc/gnomedocutils/Makefile +++ b/textproc/gnomedocutils/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomedocutils PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-doc-utils/0.1 @@ -27,6 +27,7 @@ USE_GNOME= gnomehier gnometarget gnomehack libxslt USE_PYTHON= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-omf-dir=${PREFIX}/share/gnome/omf CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |