diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 01:30:26 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 01:30:26 +0000 |
commit | db1f0a2d6a9b3de3b84a12a3cc28ddb829909b82 (patch) | |
tree | 0c7b88303d321fa699c4387aadd31fa2792c7d4a /x11-wm/alloywm | |
parent | e02f54173aa617778d09c22881c0f1c39cd398a9 (diff) | |
download | ports-db1f0a2d6a9b3de3b84a12a3cc28ddb829909b82.tar.gz ports-db1f0a2d6a9b3de3b84a12a3cc28ddb829909b82.zip |
Notes
Diffstat (limited to 'x11-wm/alloywm')
-rw-r--r-- | x11-wm/alloywm/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-wm/alloywm/Makefile b/x11-wm/alloywm/Makefile index 1c9e81a3a1cc..01f850e8bd85 100644 --- a/x11-wm/alloywm/Makefile +++ b/x11-wm/alloywm/Makefile @@ -16,7 +16,8 @@ HAS_CONFIGURE= yes PLIST= ${WRKDIR}/pkg-plist USE_GMAKE= yes USE_X_PREFIX= yes -WANT_GTK= yes +USE_GNOMENG= yes +WANT_GNOME= yes SCRIPTS= ${WRKSRC}/scriptdir pre-configure: @@ -27,7 +28,7 @@ pre-configure: ${CHMOD} +x ${WRKSRC}/configure do-build: - cd ${WRKSRC}/goodies && gmake + cd ${WRKSRC}/goodies && ${GMAKE} .for ii in client events main misc new screen widgets cd ${WRKSRC}/src && ${CC} -c ${CFLAGS} -I${X11BASE}/include \ ${ii}.c @@ -52,7 +53,8 @@ do-install: -exec ${INSTALL_PROGRAM} {} ${PREFIX}/bin \; .include <bsd.port.pre.mk> -.if defined(HAVE_GTK) -USE_GTK=yes +.if ${HAVE_GNOME:Mgtk12}!="" +USE_GNOME+= gtk12 +PKGNAMESUFFIX= -gtk .endif .include <bsd.port.post.mk> |