mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Use modern compiler:openmp syntax to ensure this doesn't need fixing
again in the future. Bump portrevision just to be safe PR: ports/181967 Submitted by: sunpoet Approved by: swills (mentor, implicit)
This commit is contained in:
parent
8c41209e66
commit
d005b15574
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332613
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= aaphoto
|
||||
PORTVERSION= 0.43.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= mail@log69.com
|
||||
@ -20,9 +20,8 @@ GH_ACCOUNT= log69
|
||||
GH_COMMIT= e566f9b
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
|
||||
USE_GCC= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= compiler
|
||||
USES= compiler:openmp
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
Loading…
Reference in New Issue
Block a user