diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-02 09:30:26 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-02 09:30:26 +0800 |
commit | 2f3818b7d277c1201084a6fbfc0030994018d162 (patch) | |
tree | 862b81bc8d76b25f3feb3c37389d729125d4e13f /x11-wm/scwm | |
parent | 7b440318c026f6439da1a9df5d1d3b95169c8a0d (diff) | |
download | freebsd-ports-gnome-2f3818b7d277c1201084a6fbfc0030994018d162.tar.gz freebsd-ports-gnome-2f3818b7d277c1201084a6fbfc0030994018d162.tar.zst freebsd-ports-gnome-2f3818b7d277c1201084a6fbfc0030994018d162.zip |
Deploy USE_GNOMENG infrastructure
PR: 42305
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11-wm/scwm')
-rw-r--r-- | x11-wm/scwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/scwm/Makefile b/x11-wm/scwm/Makefile index 137c46efff9e..3d3bab85cc06 100644 --- a/x11-wm/scwm/Makefile +++ b/x11-wm/scwm/Makefile @@ -16,10 +16,10 @@ LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile RUN_DEPENDS= ${X11BASE}/share/scwm/pixmaps/Animator.xpm:${PORTSDIR}/graphics/scwm-icons USE_X_PREFIX= yes +USE_GNOMENG= yes +USE_GNOME= esound imlib USE_GMAKE= yes USE_XPM= yes -USE_ESOUND= yes -USE_IMLIB= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} |