mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/cadiback: Simplify Makefile
This commit is contained in:
parent
4da2b186fe
commit
3845f12088
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
BUILD_DEPENDS= ${NONEXISTENT}:math/cadical:patch
|
||||
LIB_DEPENDS= libcadical.so:math/cadical
|
||||
|
||||
USES= compiler:c++0x gmake localbase:ldflags tar:xz
|
||||
USES= gmake localbase:ldflags
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= arminbiere
|
||||
|
@ -39,7 +39,6 @@ do-build:
|
|||
-I `${MAKE} -V WRKSRC -C ${PORTSDIR}/math/cadical`/src \
|
||||
-l cadical \
|
||||
-o ${PORTNAME}
|
||||
# -I ${WRKSRC_cadical}/src \
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
|
Loading…
Add table
Reference in a new issue