mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add missing USE_XORG dependens
Submitted by: pointyhat via pav
This commit is contained in:
parent
9806890f0c
commit
f9368b2b5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211866
1 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= clip
|
PORTNAME= clip
|
||||||
DISTVERSION= 1.1.16-1
|
DISTVERSION= 1.1.16-1
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= databases lang
|
CATEGORIES= databases lang
|
||||||
MASTER_SITES= ftp://ftp.linux.ru.net/mirrors/clip/ \
|
MASTER_SITES= ftp://ftp.linux.ru.net/mirrors/clip/ \
|
||||||
ftp://www.cis.by/pub/clip/pub/clip/ \
|
ftp://www.cis.by/pub/clip/pub/clip/ \
|
||||||
|
@ -38,10 +38,12 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-prg-${DISTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-prg-${DISTVERSION}
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
USE_XORG+= x11 xau ice xproto
|
USE_XORG+= x11 xau ice xproto xmu xpm
|
||||||
WANT_GNOME= yes
|
WANT_GNOME= yes
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||||
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
|
||||||
OPTIONS= IODBC "iODBC support" on \
|
OPTIONS= IODBC "iODBC support" on \
|
||||||
UNIXODBC "unixODBC support (not with iODBC)" off \
|
UNIXODBC "unixODBC support (not with iODBC)" off \
|
||||||
|
|
Loading…
Add table
Reference in a new issue