diff options
author | tobez <tobez@FreeBSD.org> | 2011-12-05 17:49:09 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2011-12-05 17:49:09 +0800 |
commit | 5b20bc3e41b70eb48bc31309d794ccff1e17dbda (patch) | |
tree | c732db5546c5e0c26eceb79564ef3f9cf6353847 /graphics | |
parent | 6813024651f1771e381c8523bf4766384acc834a (diff) | |
download | freebsd-ports-gnome-5b20bc3e41b70eb48bc31309d794ccff1e17dbda.tar.gz freebsd-ports-gnome-5b20bc3e41b70eb48bc31309d794ccff1e17dbda.tar.zst freebsd-ports-gnome-5b20bc3e41b70eb48bc31309d794ccff1e17dbda.zip |
Fix the build when an older version of this port is
already installed. Bump PORTREVISION.
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/podofo/Makefile | 1 | ||||
-rw-r--r-- | graphics/podofo/files/patch-CMakeLists.txt | 12 |
2 files changed, 11 insertions, 2 deletions
diff --git a/graphics/podofo/Makefile b/graphics/podofo/Makefile index ef080bde68b5..34f55df74606 100644 --- a/graphics/podofo/Makefile +++ b/graphics/podofo/Makefile @@ -7,6 +7,7 @@ PORTNAME= podofo PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION:R} diff --git a/graphics/podofo/files/patch-CMakeLists.txt b/graphics/podofo/files/patch-CMakeLists.txt index 1914a35bdf71..1189f6af9847 100644 --- a/graphics/podofo/files/patch-CMakeLists.txt +++ b/graphics/podofo/files/patch-CMakeLists.txt @@ -1,5 +1,5 @@ ---- CMakeLists.txt.orig 2011-11-20 12:06:58.920967434 +0100 -+++ CMakeLists.txt 2011-11-20 12:07:10.055968111 +0100 +--- CMakeLists.txt.orig 2011-04-26 20:02:47.000000000 +0200 ++++ CMakeLists.txt 2011-12-02 18:44:04.974966708 +0100 @@ -485,7 +485,7 @@ # # Setup directories we will need @@ -9,3 +9,11 @@ # Create the config file. It'll be appended to as the subdirs run though # then dependency information will be written to it at the end of the +@@ -503,7 +503,6 @@ + IF(NOT PODOFO_BUILD_LIB_ONLY) + ADD_SUBDIRECTORY(test) + ADD_SUBDIRECTORY(tools) +-ADD_SUBDIRECTORY(examples) + ADD_SUBDIRECTORY(debian) + ENDIF(NOT PODOFO_BUILD_LIB_ONLY) + |