diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-12 10:14:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-12 10:14:03 +0000 |
commit | 3a3923404d0045df4725b6334fef82830b7cc6bd (patch) | |
tree | 1508851b5de7cf9d6ba37c4e58636ed3c18a12c6 /x11/dgs | |
parent | CHARVA is a Java framework for presenting a "graphical" user interface, (diff) |
- install pswrap
- use USE_LDCONFIG
Notes
Notes:
svn path=/head/; revision=179545
Diffstat (limited to 'x11/dgs')
-rw-r--r-- | x11/dgs/Makefile | 6 | ||||
-rw-r--r-- | x11/dgs/pkg-plist | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 5adb3e07b676..68db8d99cd0a 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -7,7 +7,7 @@ PORTNAME= dgs PORTVERSION= 0.5.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= dgs @@ -23,7 +23,7 @@ USE_GHOSTSCRIPT_RUN= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= glib12 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-0.5.9 @@ -57,7 +57,7 @@ PLIST_SUB+= WITH_XFREE4="" PLIST_SUB+= WITH_XORG="@comment " .if ${X_WINDOW_SYSTEM:L} == xorg -INSTALLDIRS+= DPS/lib/dpstk DPS/lib/psres +INSTALLDIRS+= DPS/lib/dpstk DPS/lib/psres DPS/clients/pswrap PLIST_SUB+= WITH_XFREE4="" .else PLIST_SUB+= WITH_XFREE4="@comment " diff --git a/x11/dgs/pkg-plist b/x11/dgs/pkg-plist index be9695e19359..861f9e8c17db 100644 --- a/x11/dgs/pkg-plist +++ b/x11/dgs/pkg-plist @@ -3,6 +3,7 @@ bin/dgs-config bin/dpsexec bin/dpsnx.agent %%WITH_XFREE4%%bin/makepsres +%%WITH_XORG%%bin/pswrap %%WITH_XFREE4%%bin/texteroids bin/xepsf %%WITH_XORG%%include/DPS/ColorSB.h |