1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add back xpm dependencies so these will build again.

This commit is contained in:
Satoshi Asami 1999-10-08 23:04:38 +00:00
parent 80fdd535d5
commit bdbb5ceda8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22267
2 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,8 @@ MASTER_SITES= ftp://www.qvwm.org/pub/qvwm/
MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
Imlib.5:${PORTSDIR}/graphics/imlib
USE_IMAKE= yes
MAN1= qvwm.1

View File

@ -13,7 +13,8 @@ MASTER_SITES= ftp://scwm.mit.edu/pub/scwm/
MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= guile.4:${PORTSDIR}/lang/guile \
Imlib.5:${PORTSDIR}/graphics/imlib
Imlib.5:${PORTSDIR}/graphics/imlib \
Xpm.4:${PORTSDIR}/graphics/xpm
RUN_DEPENDS= ${X11BASE}/share/scwm/pixmaps/Animator.xpm:${PORTSDIR}/graphics/scwm-icons
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config