diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 04:03:35 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 04:03:35 +0000 |
commit | c3fcfe012d889968cfadce3cf0a41112e1116da8 (patch) | |
tree | a8c1466d6b961a3204f5c19aa1f78146dadf71d2 /x11-fm/dfm/Makefile | |
parent | 2ac03d2d01ae9917f7bc6d91dac1139d9e1b1a4e (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42311
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65476
Diffstat (limited to 'x11-fm/dfm/Makefile')
-rw-r--r-- | x11-fm/dfm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/dfm/Makefile b/x11-fm/dfm/Makefile index 5d3519daa472..ef139dc44aea 100644 --- a/x11-fm/dfm/Makefile +++ b/x11-fm/dfm/Makefile @@ -17,7 +17,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_REINPLACE= yes USE_X_PREFIX= yes USE_XPM= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |