mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
If XFree86-4 is used, it provides libdpstk: don't depend on x11/dgs.
Reported by: pointyhat via Kris
This commit is contained in:
parent
a0695e59f6
commit
74d9f45a9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171040
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,6 @@ DISTNAME= gtkDPS-${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Gtk bindings for the Display GhostScript System
|
||||
|
||||
LIB_DEPENDS= dpstk.0:${PORTSDIR}/x11/dgs
|
||||
|
||||
USE_GNOME= gtk12
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -44,6 +42,7 @@ BROKEN= Does not compile on alpha
|
|||
BUILD_DEPENDS+= pswrap:${PORTSDIR}/devel/imake-4
|
||||
.else
|
||||
BUILD_DEPENDS+= pswrap:${PORTSDIR}/devel/imake-6
|
||||
LIB_DEPENDS+= dpstk.0:${PORTSDIR}/x11/dgs
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Add table
Reference in a new issue