mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Use USE_QT instead of explicit LIB_DEPENDS. Also, change
HAS_CONFIGURE+CONFIGURE_ARGS="--prefix=${PREFIX}" to GNU_CONFIGURE.
This commit is contained in:
parent
3071213070
commit
4bd98fb07c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26177
@ -15,15 +15,14 @@ MAINTAINER= hanspb@persbraten.vgs.no
|
||||
|
||||
BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt142 \
|
||||
msgfmt:${PORTSDIR}/devel/gettext
|
||||
LIB_DEPENDS= qt.2:${PORTSDIR}/x11-toolkits/qt142 \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
kdecore.2:${PORTSDIR}/x11/kdelibs11 \
|
||||
kdeui.2:${PORTSDIR}/x11/kdelibs11 \
|
||||
kfm.2:${PORTSDIR}/x11/kdelibs11
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
|
||||
USE_QT= yes
|
||||
|
||||
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
|
||||
INSTALL_SCRIPT="install -c -m 555"
|
||||
|
@ -14,12 +14,11 @@ MASTER_SITES= ftp://ftp.sad.it/pub/kde/local/
|
||||
MAINTAINER= nsayer@freebsd.org
|
||||
|
||||
RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame
|
||||
LIB_DEPENDS= qt.2:${PORTSDIR}/x11-toolkits/qt142 \
|
||||
kdecore.2:${PORTSDIR}/x11/kdelibs11 \
|
||||
LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \
|
||||
kdeui.2:${PORTSDIR}/x11/kdelibs11
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
|
||||
GNU_CONFIGURE= yes
|
||||
USE_QT= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
|
||||
INSTALL_SCRIPT="install -c -m 555"
|
||||
|
||||
|
@ -13,11 +13,11 @@ MASTER_SITES= http://icqnix.linuxbox.com/
|
||||
|
||||
MAINTAINER= yinjieh@csie.nctu.edu.tw
|
||||
|
||||
LIB_DEPENDS= qt.2:${PORTSDIR}/x11-toolkits/qt142
|
||||
RUN_DEPENDS= esdplay:${PORTSDIR}/audio/esound
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_QT= yes
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/icqnix
|
||||
|
Loading…
Reference in New Issue
Block a user