diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 21:09:01 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 21:09:01 +0800 |
commit | 85b7f289a9fab91299683b02927874372aab552f (patch) | |
tree | bf6cb2764b95284d99a05aa93f09e881236aaddf | |
parent | 697e88632409a2a1af539f82fcdb27537603d9ab (diff) | |
download | freebsd-ports-gnome-85b7f289a9fab91299683b02927874372aab552f.tar.gz freebsd-ports-gnome-85b7f289a9fab91299683b02927874372aab552f.tar.zst freebsd-ports-gnome-85b7f289a9fab91299683b02927874372aab552f.zip |
o Deploy USE_GNOMENG infrastructure
o Style fix: remove extraneous trailing white space
PR: 42190
Submitted by: Edwin Groothuis <edwin@mavetju.org>
-rw-r--r-- | comms/yawmppp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/yawmppp/Makefile b/comms/yawmppp/Makefile index b63ded9aedbd..3a8e8da5cc58 100644 --- a/comms/yawmppp/Makefile +++ b/comms/yawmppp/Makefile @@ -16,7 +16,8 @@ MAINTAINER= pat@FreeBSD.org USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_XPM= yes CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}" CFLAGS="${CFLAGS} -I${X11BASE}/include" CONFIGURE_ARGS= --x-includes="${X11BASE}/include" \ @@ -36,7 +37,7 @@ pre-patch: do-install: .for file in dockapp/yagetmodemspeed dockapp/${PORTNAME} gtklog/${PORTNAME}.log \ - gtksetup/${PORTNAME}.pref thinppp/${PORTNAME}.thin + gtksetup/${PORTNAME}.pref thinppp/${PORTNAME}.thin @${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/bin .endfor @${INSTALL_MAN} ${WRKSRC}/src/${PORTNAME}.1x ${PREFIX}/man/man1 |