diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
commit | ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3 (patch) | |
tree | e23ad8f32a26812997940fcbb692cd233adb348c /devel/ddd | |
parent | 74afc71c04a50797560e13b9718ee538eba6b691 (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209735
Diffstat (limited to 'devel/ddd')
-rw-r--r-- | devel/ddd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index cdacb9102e75..f78c0c0c833b 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -17,7 +17,7 @@ MAINTAINER= sergio@softshark.org COMMENT= Data Display Debugger -- a common graphical front-end for GDB/DBX/XDB USE_GMAKE= yes -USE_XPM= yes +USE_XORG= xpm USE_MOTIF= yes GNU_CONFIGURE= yes |