diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-01 15:37:37 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-01 15:37:37 +0000 |
commit | 222e4656df69b376c268b0a3ac1a7c21677a4ba5 (patch) | |
tree | a712e33d7a0cb690d45d0c5a389d13563b39559a /x11/mgapdesk/Makefile | |
parent | ee077dc54a1568b9df6e4574420e7217ebee63fe (diff) | |
download | FreeBSD-ports-222e4656df69b376c268b0a3ac1a7c21677a4ba5.zip FreeBSD-ports-222e4656df69b376c268b0a3ac1a7c21677a4ba5.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42283
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11/mgapdesk/Makefile')
-rw-r--r-- | x11/mgapdesk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/mgapdesk/Makefile b/x11/mgapdesk/Makefile index 833dfea..2de61f0 100644 --- a/x11/mgapdesk/Makefile +++ b/x11/mgapdesk/Makefile @@ -17,7 +17,8 @@ MAINTAINER= nsayer@freebsd.org BUILD_DEPENDS= XFree86:${PORTSDIR}/x11/XFree86-4 USE_X_PREFIX= YES -USE_GTK= YES +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= YES |