mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Add missing dependencies and fix build on 4.x
This commit is contained in:
parent
905d7d16f1
commit
9f0841b0fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130056
@ -13,12 +13,15 @@ MAINTAINER= kris@FreeBSD.org
|
||||
COMMENT= A WMaker dockapp which displays meteorological data for your city
|
||||
|
||||
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
|
||||
BUILD_DEPENDS= xmessage:${X_CLIENTS_PORT}
|
||||
RUN_DEPENDS= xmessage:${X_CLIENTS_PORT}
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
USE_GMAKE= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_XPM= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user