Skip to content

Commit

Permalink
graphics/podofo*: Fix OPENSSL_LIBRARIES
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change

PR:		267942
Reported by:	Trond Endrestol <Trond.Endrestol@ximalas.info>
  • Loading branch information
daemonblade authored and sunpoet committed Sep 6, 2023
1 parent 0675e9a commit 7fd5582
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions graphics/podofo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= podofo
PORTVERSION= 0.10.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics print

MAINTAINER= sunpoet@FreeBSD.org
Expand All @@ -25,7 +25,7 @@ USE_GNOME= libxml2
CFLAGS+= -I${LOCALBASE}/include/fast_float
CMAKE_ARGS= -DFONTCONFIG_LIBRARIES=${LOCALBASE}/lib/libfontconfig.so \
-DOPENSSL_INCLUDE_DIR=${OPENSSLINC} \
-DOPENSSL_LIBRARIES=${OPENSSLDIR}
-DOPENSSL_LIBRARIES=${OPENSSLLIB}
CMAKE_OFF= PODOFO_BUILD_EXAMPLES PODOFO_BUILD_LIB_ONLY PODOFO_BUILD_STATIC PODOFO_BUILD_TEST PODOFO_BUILD_TOOLS
CMAKE_TESTING_ON= PODOFO_BUILD_TEST
USE_LDCONFIG= yes
Expand Down
4 changes: 2 additions & 2 deletions graphics/podofo09/Makefile
@@ -1,6 +1,6 @@
PORTNAME= podofo
PORTVERSION= 0.9.8
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics print
MASTER_SITES= SF
PKGNAMESUFFIX= 09
Expand All @@ -21,7 +21,7 @@ USES= cmake compiler:c++11-lang cpe dos2unix pkgconfig ssl

CMAKE_ARGS= -DFONTCONFIG_LIBRARIES=${LOCALBASE}/lib/libfontconfig.so \
-DOPENSSL_INCLUDE_DIR=${OPENSSLINC} \
-DOPENSSL_LIBRARIES=${OPENSSLDIR}
-DOPENSSL_LIBRARIES=${OPENSSLLIB}
CMAKE_ON= PODOFO_BUILD_SHARED PODOFO_BUILD_STATIC
USE_LDCONFIG= yes

Expand Down

0 comments on commit 7fd5582

Please sign in to comment.